[previous] [up] [next]     [index]
Next: enable Up: Windowing Class Reference Previous: popup-menu

radio-box%

Implements: control<%>

A radio-box% control allows the user to select one of number of mutually exclusive items. The items are displayed as a vertical column or horizontal row of labelled radio buttons. Unlike a list-control<%>, the set of items in a radio-box% cannot be changed dynamically.

Whenever the user changes the selected radio button, the radio box's callback procedure is invoked. A callback procedure is provided as an initialization argument when each radio box is created.

Methods
All Methods

[previous] [up] [next]     [index]
Next: enable Up: Windowing Class Reference Previous: popup-menu

PLT