Changeset 6371 for branches/multichoice/gui/scripts/controls.tcl
- Timestamp:
- Jun 2, 2016, 8:19:06 AM (8 years ago)
- Location:
- branches/multichoice
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/multichoice
- Property svn:mergeinfo changed
-
branches/multichoice/gui/scripts/controls.tcl
r6251 r6371 178 178 drawing { 179 179 Rappture::DrawingEntry $w $_owner $path 180 } 181 map { 182 Rappture::MapEntry $w $_owner $path 180 183 } 181 184 image { … … 280 283 $_owner widgetfor $path $w 281 284 282 if {[lsearch {control group drawing separator note} $type] < 0} {285 if {[lsearch {control group drawing map separator note} $type] < 0} { 283 286 # make a label for this control 284 287 set label [$w label]
Note: See TracChangeset
for help on using the changeset viewer.