Changeset 167 for trunk/addcmds.tcl
- Timestamp:
- Dec 4, 2009 5:01:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/addcmds.tcl
- Property rcs:date changed from 2000/05/17 16:14:23 to 2000/05/26 22:55:32
- Property rcs:lines changed from +20 -11 to +7 -3
- Property rcs:rev changed from 1.4 to 1.5
r132 r167 214 214 grid [radiobutton $np.cb3 -text "D-min" -variable newhist(LimitMode) \ 215 215 -value 0] -column 2 -row 5 -sticky w 216 grid [radiobutton $np.cb4 -text " 2-Theta Max" -variable newhist(LimitMode)\216 grid [radiobutton $np.cb4 -text "TOF/2-Theta Max" -variable newhist(LimitMode)\ 217 217 -value 1] -column 2 -row 6 -sticky w 218 218 … … 223 223 grid [button $np.f6.b6b -text Cancel \ 224 224 -command "destroy $np"] -column 1 -row 0 225 225 226 grid [button $np.f6a -text "Run\nRAWPLOT" \ 227 -command "runGSASwEXP rawplot 1" \ 228 ] -column 4 -row 5 -rowspan 2 229 226 230 grid columnconfigure $np 3 -weight 1 227 231
Note: See TracChangeset
for help on using the changeset viewer.