Ignore:
Timestamp:
Apr 4, 2012 1:21:50 PM (12 years ago)
Author:
gah
Message:

experimental drawing entry enabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/controls.tcl

    r2783 r2938  
    136136        choice {
    137137            Rappture::ChoiceEntry $w $_owner $path
     138            bind $w <<Value>> [itcl::code $this _controlChanged $name]
     139        }
     140        drawing {
     141            Rappture::DrawingEntry $w $_owner $path
    138142            bind $w <<Value>> [itcl::code $this _controlChanged $name]
    139143        }
Note: See TracChangeset for help on using the changeset viewer.