Changeset 1031
- Timestamp:
- Oct 18, 2010 10:45:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/sandbox/distrest.tcl
r1030 r1031 343 343 344 344 345 button $sr_top.rcon1 -text "Check All" -width 10-command "345 button $sr_top.rcon1 -text "Check\nAll" -width 4 -command " 346 346 set ::sr_checkall 1; 347 347 SR_Set_All_Check_Buttons; … … 350 350 " 351 351 352 button $sr_top.rcon2 -text "Clear All" -width 10-command "352 button $sr_top.rcon2 -text "Clear\nAll" -width 4 -command " 353 353 set ::sr_checkall 0; 354 354 SR_Set_All_Check_Buttons; … … 460 460 # valid value 461 461 $win config -fg black 462 $::srcb3.rbutton3 config -bg LightGreen -text "Save Restraints to EXP File"462 $::srcb3.rbutton3 config -bg LightGreen -text "Save Changes" 463 463 set ::sr_error 0 464 464 }
Note: See TracChangeset
for help on using the changeset viewer.