wxComboBox
See external documentation: wxComboBox.
See external documentation:
This class is derived (and can use functions) from:
wxControlWithItems
wxControl
wxWindow
wxEvtHandler
DATA TYPES
wxComboBox()
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
Functions
new() -> wxComboBox()
See
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()
Option = {value, string()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {choices, [[string()]]} | {style, integer()} | {validator, wx() (see module wx)}
See
create(This::wxComboBox(), Parent::wxWindow() (see module wxWindow), Id::integer(), Value::string(), Pos::{X::integer(), Y::integer()}, Size::{W::integer(), H::integer()}, Choices::[[string()]]) -> bool()
Equivalent to create(This, Parent, Id, Value, Pos, Size, Choices, []).
create(This::wxComboBox(), Parent::wxWindow() (see module wxWindow), Id::integer(), Value::string(), Pos::{X::integer(), Y::integer()}, Size::{W::integer(), H::integer()}, Choices::[[string()]], Options::[Option]) -> bool()
Option = {style, integer()} | {validator, wx() (see module wx)}
See
canCopy(This::wxComboBox()) -> bool()
See
canCut(This::wxComboBox()) -> bool()
See
canPaste(This::wxComboBox()) -> bool()
See
canRedo(This::wxComboBox()) -> bool()
See
canUndo(This::wxComboBox()) -> bool()
See
copy(This::wxComboBox()) -> ok
See
cut(This::wxComboBox()) -> ok
See
getInsertionPoint(This::wxComboBox()) -> integer()
See
getLastPosition(This::wxComboBox()) -> integer()
See
getValue(This::wxComboBox()) -> string()
See
paste(This::wxComboBox()) -> ok
See
redo(This::wxComboBox()) -> ok
See
replace(This::wxComboBox(), From::integer(), To::integer(), Value::string()) -> ok
See
remove(This::wxComboBox(), From::integer(), To::integer()) -> ok
See
setInsertionPoint(This::wxComboBox(), Pos::integer()) -> ok
See
setInsertionPointEnd(This::wxComboBox()) -> ok
See
setSelection(This::wxComboBox(), N::integer()) -> ok
See
setSelection(This::wxComboBox(), From::integer(), To::integer()) -> ok
See
setValue(This::wxComboBox(), Value::string()) -> ok
See
undo(This::wxComboBox()) -> ok
See
destroy(This::wxComboBox()) -> ok
Destroys this object, do not use object again