wxComboBox
See external documentation: wxComboBox.
See external documentation:
This class is derived (and can use functions) from:
wxControlWithItems
wxControl
wxWindow
wxEvtHandler
Functions
new() -> wxComboBox()
See
new(Parent, Id) -> wxComboBox()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Equivalent to new(Parent, Id, []).
new(Parent, Id, Option::[Option]) -> wxComboBox()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Option = {value, chardata() (see module unicode)} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {choices, [chardata() (see module unicode)]} | {style, integer()} | {validator, wx_object() (see module wx)}
See
create(This, Parent, Id, Value, Pos, Size, Choices) -> boolean()
This = wxComboBox()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Value = chardata() (see module unicode)
Pos = {X::integer(), Y::integer()}
Size = {W::integer(), H::integer()}
Choices = [chardata() (see module unicode)]
Equivalent to create(This, Parent, Id, Value, Pos, Size, Choices, []).
create(This, Parent, Id, Value, Pos, Size, Choices, Option::[Option]) -> boolean()
This = wxComboBox()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Value = chardata() (see module unicode)
Pos = {X::integer(), Y::integer()}
Size = {W::integer(), H::integer()}
Choices = [chardata() (see module unicode)]
Option = {style, integer()} | {validator, wx_object() (see module wx)}
See
canCopy(This) -> boolean()
This = wxComboBox()
See
canCut(This) -> boolean()
This = wxComboBox()
See
canPaste(This) -> boolean()
This = wxComboBox()
See
canRedo(This) -> boolean()
This = wxComboBox()
See
canUndo(This) -> boolean()
This = wxComboBox()
See
copy(This) -> ok
This = wxComboBox()
See
cut(This) -> ok
This = wxComboBox()
See
getInsertionPoint(This) -> integer()
This = wxComboBox()
See
getLastPosition(This) -> integer()
This = wxComboBox()
See
getValue(This) -> charlist() (see module unicode)
This = wxComboBox()
See
paste(This) -> ok
This = wxComboBox()
See
redo(This) -> ok
This = wxComboBox()
See
replace(This, From, To, Value) -> ok
This = wxComboBox()
From = integer()
To = integer()
Value = chardata() (see module unicode)
See
remove(This, From, To) -> ok
This = wxComboBox()
From = integer()
To = integer()
See
setInsertionPoint(This, Pos) -> ok
This = wxComboBox()
Pos = integer()
See
setInsertionPointEnd(This) -> ok
This = wxComboBox()
See
setSelection(This, N) -> ok
This = wxComboBox()
N = integer()
See
setSelection(This, From, To) -> ok
This = wxComboBox()
From = integer()
To = integer()
See
setValue(This, Value) -> ok
This = wxComboBox()
Value = chardata() (see module unicode)
See
undo(This) -> ok
This = wxComboBox()
See
destroy(This::wxComboBox()) -> ok
Destroys this object, do not use object again