- Timestamp:
- May 27, 2016, 1:47:14 AM (8 years ago)
- Location:
- trunk/gui/scripts
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/Makefile.in
r6021 r6366 78 78 $(srcdir)/mainwin.tcl \ 79 79 $(srcdir)/map.tcl \ 80 $(srcdir)/mapentry.tcl \ 80 81 $(srcdir)/mapviewer.tcl \ 81 82 $(srcdir)/mesh.tcl \ -
trunk/gui/scripts/controls.tcl
r5659 r6366 174 174 drawing { 175 175 Rappture::DrawingEntry $w $_owner $path 176 } 177 map { 178 Rappture::MapEntry $w $_owner $path 176 179 } 177 180 image { … … 276 279 $_owner widgetfor $path $w 277 280 278 if {[lsearch {control group drawing separator note} $type] < 0} {281 if {[lsearch {control group drawing map separator note} $type] < 0} { 279 282 # make a label for this control 280 283 set label [$w label]
Note: See TracChangeset
for help on using the changeset viewer.