Version 0 of Tcl_DoOneEvent

Updated 2005-12-04 06:10:34

set i 0; proc evt {} { global i; incr i; puts "Event $i"}

 pack [button .a -text "Press Me" -command evt]