[previous] [up] [next]     [contents] [index]
Next: append Up: Class Reference Previous: set-grab-mouse-function

wx:list-box%

Superclass: wx:item%

A list box is used to select one or more of a list of strings. The strings are displayed in a scrolling box, with the selected string(s) marked in reverse video. A list item can be single selection (if an item is selected, the previous selection is removed) or multiple selection (clicking an item toggles the item on or off independently of other selections).

Whenever the selection in a list box is changed by the user, the list box's callback procedure is invoked. (The callback procedure is provided as an initialization argument when the list box is created.)

List box choices are numbered from 0.

See also wx:choice%.

Methods: All methods:
[previous] [up] [next]     [contents] [index]
Next: append Up: Class Reference Previous: set-grab-mouse-function

PLT