Changeset 413
- Timestamp:
- Dec 4, 2009 5:05:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/addcmds.tcl
- Property rcs:date changed from 2001/05/23 20:06:32 to 2001/09/04 22:01:55
- Property rcs:lines changed from +29 -3 to +7 -3
- Property rcs:rev changed from 1.20 to 1.21
r394 r413 40 40 set col -1 41 41 foreach i {a b g} { 42 grid [label $np.f.l2$i -text $i -font symbol] -column [incr col] -row 2 42 grid [label $np.f.l2$i -text $i] -column [incr col] -row 2 43 set font [$np.f.l2$i cget -font] 44 $np.f.l2$i config -font "Symbol [lrange $font 1 end]" 43 45 grid [entry $np.f.e2$i -width 12] -column [incr col] -row 2 44 46 $np.f.e2$i insert 0 90. … … 1296 1298 set col -1 1297 1299 foreach i {a b g} var {alpha beta gamma} { 1298 grid [label $top.f.l2$i -text $i -font symbol] -column [incr col] -row 2 1300 grid [label $top.f.l2$i -text $i] -column [incr col] -row 2 1301 set font [$top.f.l2$i cget -font] 1302 $top.f.l2$i config -font "Symbol [lrange $font 1 end]" 1299 1303 grid [entry $top.f.e2$i -width 12] -column [incr col] -row 2 1300 1304 $top.f.e2$i delete 0 end
Note: See TracChangeset
for help on using the changeset viewer.