- Timestamp:
- Dec 4, 2009 5:05:53 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsascmds.tcl
- Property rcs:date changed from 2001/06/29 18:03:32 to 2001/09/04 22:11:06
- Property rcs:lines changed from +35 -1 to +2 -2
- Property rcs:rev changed from 1.35 to 1.36
r398 r421 1099 1099 1100 1100 catch {destroy .comp} 1101 toplevel .comp 1101 toplevel .comp -class MonoSpc 1102 1102 bind .comp <Key-F1> "MakeWWWHelp expgui.html Composition" 1103 1103 wm title .comp Composition 1104 1104 pack [label .comp.results -text $text \ 1105 - font $expgui(coordfont) -justify left] -side top1105 -justify left] -side top 1106 1106 pack [frame .comp.box] -side top -expand y -fill x 1107 1107 pack [button .comp.box.1 -text Close -command "destroy .comp"] -side left
Note: See TracChangeset
for help on using the changeset viewer.