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).

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