SourceForge.net wxChoice

wxChoice

wxChoice
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