- Timestamp:
- Oct 12, 2010 2:56:36 PM (13 years ago)
- Location:
- branches/sandbox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/sandbox/Geo_Viewer.tcl
r1021 r1022 173 173 wm title $mcb "Viewer for Bond Distances and Angles" 174 174 175 raise $mcb 175 176 set sc $mcb.sortcon 176 177 set as $mcb.atomselect -
branches/sandbox/disagledit.tcl
r1021 r1022 103 103 if {$launchdisagl} { 104 104 wm title $dcb "DISAGL Control Panel" 105 grab release $dcb 105 106 checkbutton $dasave.option -text "DISAGL output in separate window" \ 106 107 -variable ::expgui(disaglSeparateBox) … … 110 111 } else { 111 112 wm title $dcb "Distance Search Parameters" 113 grab release $dcb 112 114 button $dasave.sexit -text "Save and Exit" -command DA_Save 113 115 grid $dasave.sexit -row 0 -column 0
Note: See TracChangeset
for help on using the changeset viewer.