[previous] [up] [next]     [index]
Next: append Up: Windowing Class Reference Previous: set-label

list-box%

Implements: list-control<%>

A list box allows the user to select one or more string items from a scrolling list. A list box is either a single-selection control (if an item is selected, the previous selection is removed) or a multiple-selection control (clicking an item toggles the item on or off independently of other selections).

Whenever the user changes the selection in a list box, the list box's callback procedure is called. A callback procedure is provided as an initialization argument when each list box is created.

List box items are indexed from 0.

See also choice%.

Methods
All Methods

[previous] [up] [next]     [index]
Next: append Up: Windowing Class Reference Previous: set-label

PLT