Ignore:
Timestamp:
Mar 28, 2010, 8:59:02 PM (14 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/blt4/gui/scripts/controls.tcl

    r1651 r1675  
    136136            bind $w <<Value>> [itcl::code $this _controlChanged $name]
    137137        }
     138        filechoice {
     139            Rappture::FileChoiceEntry $w $_owner $path
     140            bind $w <<Value>> [itcl::code $this _controlChanged $name]
     141        }
    138142        group {
    139143            Rappture::GroupEntry $w $_owner $path
     
    183187        }
    184188    }
     189
     190    #
     191    # If this element has an <enable> expression, then register
     192    # its controlling widget here.
     193    #
     194    set notify [string trim [$_owner xml get $path.about.notify]]
    185195
    186196    #
Note: See TracChangeset for help on using the changeset viewer.