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(Parent::wxWindow() (see module wxWindow), Id::integer()) -> wxComboBox()
Equivalent to new(Parent, Id, []).
new(Parent::wxWindow() (see module wxWindow), Id::integer(), Options::[Option]) -> wxComboBox()
Types:
Equivalent to create(This, Parent, Id, Value, Pos, Size, Choices, []).
Types:
canCopy(This::wxComboBox()) -> bool()
canCut(This::wxComboBox()) -> bool()
canPaste(This::wxComboBox()) -> bool()
canRedo(This::wxComboBox()) -> bool()
canUndo(This::wxComboBox()) -> bool()
copy(This::wxComboBox()) -> ok
getInsertionPoint(This::wxComboBox()) -> integer()
getLastPosition(This::wxComboBox()) -> integer()
getValue(This::wxComboBox()) -> string()
paste(This::wxComboBox()) -> ok
redo(This::wxComboBox()) -> ok
replace(This::wxComboBox(), From::integer(), To::integer(), Value::string()) -> ok
remove(This::wxComboBox(), From::integer(), To::integer()) -> ok
setInsertionPoint(This::wxComboBox(), Pos::integer()) -> ok
setInsertionPointEnd(This::wxComboBox()) -> ok
setSelection(This::wxComboBox(), N::integer()) -> ok
setSelection(This::wxComboBox(), From::integer(), To::integer()) -> ok
setValue(This::wxComboBox(), Value::string()) -> ok