[previous] [up] [next]     [index]
Next: clipboard<> Up: Windowing Class Reference Previous: is-checked?

choice%

Implements: list-control<%>

A choice item allows the user to select one string item from a pop-up list of items. Unlike a list box, only the currently selection is visible until the user pops-up the menu of choices.

Whenever the selection of a choice item is changed by the user, the choice item's callback procedure is invoked. A callback procedure is provided as an initialization argument when each choice item is created.

See also list-box%.

All Methods

[previous] [up] [next]     [index]
Next: clipboard<> Up: Windowing Class Reference Previous: is-checked?

PLT