Changeset 2990 for branches/blt4/gui/scripts/drawingcontrols.tcl
- Timestamp:
- May 2, 2012, 7:29:30 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/blt4/gui/scripts/drawingcontrols.tcl
r2988 r2990 89 89 set controls $_controls 90 90 } 91 foreach name $ _controls {91 foreach name $controls { 92 92 set w $_frame.v$name 93 93 destroy $w 94 if { [info exists _name2info($name-label)] } { 95 destroy $_frame.l$name 96 } 94 97 set i [lsearch $_controls $name] 95 98 set _controls [lreplace $_controls $i $i]
Note: See TracChangeset
for help on using the changeset viewer.