1 # This file works in conjunction with the C++ source code in TkReactor_Test.cpp
5 set label_var
"label for all events"
7 # Add the new dude button.
8 button .pressme
-text "Press me" -command pressme
11 button .goodbye
-text "Quit" -command exit
13 label .label_for_event_one
-textvariable label_var
15 pack .label_for_event_one .goodbye .pressme
-side top
-anchor w