Compile fixes
[ACE_TAO.git] / ACE / tests / TkReactor_Test.tcl
blob2d9207dc126978c622ac135d448de09b56b5022f
1 # This file works in conjunction with the C++ source code in TkReactor_Test.cpp
4 # Create a frame.
5 set label_var "label for all events"
7 # Add the new dude button.
8 button .pressme -text "Press me" -command pressme
10 # Add a quit button.
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