Changeset 2992 for trunk/gui/scripts/controls.tcl
- Timestamp:
- May 2, 2012, 12:01:42 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/controls.tcl
r2938 r2992 138 138 bind $w <<Value>> [itcl::code $this _controlChanged $name] 139 139 } 140 drawing {141 Rappture::DrawingEntry $w $_owner $path142 bind $w <<Value>> [itcl::code $this _controlChanged $name]143 }144 140 group { 145 141 Rappture::GroupEntry $w $_owner $path … … 164 160 Rappture::TextEntry $w $_owner $path 165 161 bind $w <<Value>> [itcl::code $this _controlChanged $name] 162 } 163 drawing { 164 Rappture::DrawingEntry $w $_owner $path 166 165 } 167 166 image { … … 258 257 set _name2info($name-enable) $enable 259 258 259 set hidden [$_owner xml get $_name2info($name-path).hide] 260 if { $hidden != "" } { 261 set _name2info($name-enable) [expr !$hidden] 262 } 260 263 $_owner widgetfor $path $w 261 264
Note: See TracChangeset
for help on using the changeset viewer.