Changeset 167 for trunk/addcmds.tcl


Ignore:
Timestamp:
Dec 4, 2009 5:01:31 PM (14 years ago)
Author:
toby
Message:

# on 2000/05/26 22:55:32, toby did:
RUNPLOT & TOF on Add Histogram dialog

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  
    214214    grid [radiobutton $np.cb3 -text "D-min" -variable newhist(LimitMode) \
    215215            -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)\
    217217            -value 1] -column 2 -row 6 -sticky w
    218218   
     
    223223    grid [button $np.f6.b6b -text Cancel \
    224224            -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
    226230    grid columnconfigure $np 3 -weight 1
    227231
Note: See TracChangeset for help on using the changeset viewer.