wxComboBox
(wx)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:wxWindow()
Id = integer()
Equivalent to new(Parent, Id, []).
new(Parent, Id, Options::[Option]) -> wxComboBox()
Parent = wxWindow:wxWindow()
Id = integer()
Option = {value, unicode:chardata()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {choices, [unicode:chardata()]} | {style, integer()} | {validator, wx:wx_object()}
See
create(This, Parent, Id, Value, Pos, Size, Choices) -> boolean()
This = wxComboBox()
Parent = wxWindow:wxWindow()
Id = integer()
Value = unicode:chardata()
Pos = {X::integer(), Y::integer()}
Size = {W::integer(), H::integer()}
Choices = [unicode:chardata()]
Equivalent to create(This, Parent, Id, Value, Pos, Size, Choices, []).
create(This, Parent, Id, Value, Pos, Size, Choices, Options::[Option]) -> boolean()
This = wxComboBox()
Parent = wxWindow:wxWindow()
Id = integer()
Value = unicode:chardata()
Pos = {X::integer(), Y::integer()}
Size = {W::integer(), H::integer()}
Choices = [unicode:chardata()]
Option = {style, integer()} | {validator, wx:wx_object()}
See
replace(This, From, To, Value) -> ok
This = wxComboBox()
From = integer()
To = integer()
Value = unicode:chardata()
See
remove(This, From, To) -> ok
This = wxComboBox()
From = integer()
To = integer()
See
setSelection(This, From, To) -> ok
This = wxComboBox()
From = integer()
To = integer()
See
setValue(This, Value) -> ok
This = wxComboBox()
Value = unicode:chardata()
See
destroy(This::wxComboBox()) -> ok
Destroys this object, do not use object again