Changeset 267
- Timestamp:
- Dec 4, 2009 5:03:12 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expgui
- Property rcs:date changed from 2000/08/14 16:28:34 to 2000/08/17 23:48:03
- Property rcs:lines changed from +6 -7 to +7 -5
- Property rcs:rev changed from 1.32 to 1.33
r262 r267 68 68 set expgui(disaglSeparateBox) 1 69 69 set expgui(DefaultPeakType) 0 70 # default: keep current atoms when replacing a phase 71 set expgui(DeleteAllAtoms) 0 70 72 #============================================================================= 71 73 #---------------------------------------------------------------- … … 357 359 after idle {DisplayAllAtoms noreset} 358 360 } 359 } errmsg] { puts "entvartrace error: $errmsg"}361 } errmsg] {error $errmsg} 360 362 } 361 363 } … … 2677 2679 -column 1 -row 0 -rowspan 2 2678 2680 if [file executable $expgui(exptool)] { 2679 button $frameLatt.newp -text Replace\nPhase \2680 -command MakeReplacePhaseBox -state disabled2681 grid $frameLatt.newp-column 0 -row 0 -rowspan 2 -sticky w2681 grid [button $frameLatt.newp -text Replace\nPhase \ 2682 -command MakeReplacePhaseBox] \ 2683 -column 0 -row 0 -rowspan 2 -sticky w 2682 2684 } 2683 2685 grid columnconfig $frameLatt 1 -weight 1 … … 2724 2726 -column 0 -row 0 -padx 2 -pady 3 -columnspan 10 -sticky w 2725 2727 if [file executable $expgui(exptool)] { 2726 button $frame3.newa -text "Add New Atom " \2728 button $frame3.newa -text "Add New Atoms" \ 2727 2729 -command {MakeAddAtomsBox $expgui(curPhase)} 2728 2730 grid $frame3.newa -column 11 -row 0
Note: See TracChangeset
for help on using the changeset viewer.