wxComboBox
MODULE
MODULE SUMMARY
DESCRIPTION
See external documentation: wxComboBox.
This class is derived (and can use functions) from:
wxControlWithItems
wxControl
wxWindow
wxEvtHandler
DATA TYPES
EXPORTS
new() -> wxComboBox()
new(Parent, Id) -> wxComboBox()
Equivalent to new(Parent, Id, []).
new(Parent, Id, Options::[Option]) -> wxComboBox()
Types:
create(This, Parent, Id, Value, Pos, Size, Choices) -> boolean()
Types:
Equivalent to create(This, Parent, Id, Value, Pos, Size, Choices, []).
create(This, Parent, Id, Value, Pos, Size, Choices, Options::[Option]) -> boolean()
Types:
Types:
Types:
Types:
Types:
Types:
Types:
Types:
getInsertionPoint(This) -> integer()
Types:
getLastPosition(This) -> integer()
Types:
getValue(This) -> unicode:charlist()
Types:
Types:
Types:
replace(This, From, To, Value) -> ok
setInsertionPoint(This, Pos) -> ok
setInsertionPointEnd(This) -> ok
Types:
setSelection(This, From, To) -> ok
Types:
destroy(This::wxComboBox()) -> ok