Changeset 284 for trunk/addcmds.tcl
- Timestamp:
- Dec 4, 2009 5:03:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/addcmds.tcl
- Property rcs:date changed from 2000/08/17 23:49:20 to 2000/09/25 20:09:50
- Property rcs:lines changed from +495 -19 to +8 -2
- Property rcs:rev changed from 1.11 to 1.12
r268 r284 1141 1141 } 1142 1142 set expgui(coordList) [lindex $input 2] 1143 set msg [lindex $input 3] 1144 if {$msg != ""} { 1145 grid [label $np.msg -text $msg -fg red -justify left -bd 4 -relief raised] \ 1146 -column 0 -columnspan 8 -row 20 -sticky ew 1147 } 1143 1148 } 1144 1149 … … 1268 1273 grid columnconfig $top.fr 0 -pad 10 1269 1274 grid columnconfig $top.fr 1 -pad 10 1270 grid columnconfig $top 4 -weight 1 1275 # grid columnconfig $top 4 -weight 1 1276 grid columnconfig $top 2 -weight 1 1271 1277 } 1272 1278
Note: See TracChangeset
for help on using the changeset viewer.