wxChoice

wxChoice
A choice item is used to select one of a list of strings. Unlike a wxListBox, only the selection is visible until the user pulls down the menu of choices.

Creation Parameters
Functions/Procedures
Supertopics
Subtopics

wxChoice

[func]
choice_count
( atom choice )

Category: wxChoice

Used to count the number of items in a wxChoice.


wxChoice

[proc]
clear_choice
( atom choice )

Category: wxChoice

Clears the data inside of a wxChoice specified by choice.


wxChoice

[func]
find_choice_string
( atom choice, sequence string )

Category: wxChoice

Returns the item number of the item in the list with the specified string.


wxChoice

[proc]
set_choice
( atom choice, sequence text )

Category: wxChoice

Selects the item with the specified string in the control. This doesn't cause any command events being emitted.