Ignore:
Timestamp:
Apr 6, 2016, 9:03:25 AM (9 years ago)
Author:
dkearney
Message:

adding a new multichoice widget. similar to a choice widget, but the choices are not mutually exclusive.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/multichoice/gui/scripts/page.tcl

    r5659 r6251  
    176176                set type [$obj element -as type]
    177177                switch -- $type {
    178                     number - integer - boolean - choice {
     178                    number - integer - boolean - choice - multichoice {
    179179                        Rappture::ResultViewer $w -width 0 -height 0
    180180                        pack $w -fill x -padx 4 -pady 4
Note: See TracChangeset for help on using the changeset viewer.