Posted to tcl by saedelaere at Mon Sep 28 13:34:15 GMT 2009view raw
- button .b -text "hello world"
- grid .b
- bind .b <Any-Leave> {
- set id [after 1000 {
- puts "# \[[clock format [clock scan now] -format {%H:%M:%S}]\] Removing station list from video window."
- }]
- }