Improved handling of case where child is killed by a signal
[tcl-tlc.git] / examples / spinner.tcl
blob34720bd0db4e9da961d6d50dcf3ff24c7036bc38
1 #!/usr/bin/env tclsh8.4
3 source "boilerplate.tcl"
5 entry .e
6 Spinner .spinner -choices {Foo Bar Baz} -textvariable ::s
8 blt::table . \
9 .e 1,1 \
10 .spinner 2,1
12 start_console