Changeset 305
- Timestamp:
- Dec 4, 2009 5:03:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/orient.tcl
- Property rcs:date changed from 2000/07/20 22:13:40 to 2000/10/03 23:29:29
- Property rcs:lines changed from +2 -130 to +5 -2
- Property rcs:rev changed from 1.4 to 1.5
r240 r305 54 54 # are selected 55 55 proc DisplayOrient {} { 56 global expgui entrycmd entryvar e xpmap56 global expgui entrycmd entryvar entrybox expmap 57 57 58 58 # identify the frame and kill the old contents … … 145 145 -textvariable entryvar(${var}$phax) -width 4] \ 146 146 -column [incr col] -row $row 147 set entrybox(${var}$phax) $pOrientf1.e${var}$row 147 148 } 148 149 # Ratio … … 150 151 -textvariable entryvar(ratio$phax) -width 10] \ 151 152 -column 10 -row $row -sticky e 153 set entrybox(ratio$phax) $pOrientf1.erat$row 152 154 # ratio refine 153 155 grid [checkbutton $pOrientf1.ratref$row \ … … 159 161 -textvariable entryvar(fraction$phax) -width 10] \ 160 162 -column 13 -row $row -sticky e 163 set entrybox(fraction$phax) $pOrientf1.efrac$row 161 164 # fraction refine 162 165 grid [checkbutton $pOrientf1.fracref$row \
Note: See TracChangeset
for help on using the changeset viewer.