Changeset 6366 for trunk


Ignore:
Timestamp:
May 27, 2016, 1:47:14 AM (8 years ago)
Author:
ldelgass
Message:

Simple map entry widget to show map object as Rappture input. Currently there
is no value returned by the widget.

Location:
trunk/gui/scripts
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/Makefile.in

    r6021 r6366  
    7878                $(srcdir)/mainwin.tcl \
    7979                $(srcdir)/map.tcl \
     80                $(srcdir)/mapentry.tcl \
    8081                $(srcdir)/mapviewer.tcl \
    8182                $(srcdir)/mesh.tcl \
  • trunk/gui/scripts/controls.tcl

    r5659 r6366  
    174174        drawing {
    175175            Rappture::DrawingEntry $w $_owner $path
     176        }
     177        map {
     178            Rappture::MapEntry $w $_owner $path
    176179        }
    177180        image {
     
    276279    $_owner widgetfor $path $w
    277280
    278     if {[lsearch {control group drawing separator note} $type] < 0} {
     281    if {[lsearch {control group drawing map separator note} $type] < 0} {
    279282        # make a label for this control
    280283        set label [$w label]
Note: See TracChangeset for help on using the changeset viewer.