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

wx:choice%

Superclass: wx:item%

A choice item is used to select one string from a pop-up list of strings. Unlike a list box, only the 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. (The callback procedure is provided as an initialization argument when the choice item is created.)

See also wx:list-box%.

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

PLT