Changeset 3076 for trunk/gui/scripts/drawingcontrols.tcl
- Timestamp:
- Jul 5, 2012, 1:31:40 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/drawingcontrols.tcl
r3042 r3076 39 39 private method FormatLabel {str} 40 40 private method Monitor {name state} 41 42 41 private variable _dispatcher "" 43 42 private variable _controls "" … … 181 180 set _name2info($name-disablestyle) $disablestyle 182 181 } 182 183 if 0 { 183 184 # 184 185 # If this element has an <enable> expression, then register … … 232 233 } 233 234 } 234 235 235 foreach cpath $deps { 236 236 $_owner dependenciesfor $cpath $path 237 237 } 238 238 } 239 set _name2info($name-enable) $enable 239 } 240 set _name2info($name-enable) yes 240 241 241 242 #set wid [$_owner widgetfor $path] … … 534 535 $_dispatcher event -idle !layout 535 536 } 537
Note: See TracChangeset
for help on using the changeset viewer.