SATGUI Examples - addCheckButtons |
addCheckButtons {Style 1,1 {Bold Italic Underline}}
Note: If the state is "disabled" the check-buttons will be created as disabled by default. In this case, using...
addCheckButtons {Style 1,1 {Bold Italic Underline} normal}
...or...
addCheckButtons {+Style 1,1 {Bold Italic Underline}}
...will create enabled check-buttons.
addCheckButtons {Style 1,1 {Bold Italic Underline} disabled}
...or...
addCheckButtons {-Style 1,1 {Bold Italic Underline}}
Note: There is (currently) no method to re-enable check-buttons.
addCheckButtons {Style 1,1 {Bold Italic Underline} horizontal}
addCheckButtons {Style 1,1 {Bold Italic Underline} outline}
addCheckButtons {Style 1,1 {Bold Italic Underline} outline title}
Note: The "title" option is works best with a "groove" style outline.
addCheckButtons {Style 1,1 {+Bold Italic +Underline} horizontal outline title}