wxChoice
See external documentation: wxChoice.
See external documentation:
This class is derived (and can use functions) from:
wxControlWithItems
wxControl
wxWindow
wxEvtHandler
Functions
new() -> wxChoice()
See
new(Parent, Id) -> wxChoice()
Parent = wxWindow:wxWindow()
Id = integer()
Equivalent to new(Parent, Id, []).
new(Parent, Id, Options::[Option]) -> wxChoice()
Parent = wxWindow:wxWindow()
Id = integer()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {choices, [unicode:chardata()]} | {style, integer()} | {validator, wx:wx_object()}
See
create(This, Parent, Id, Pos, Size, Choices) -> boolean()
This = wxChoice()
Parent = wxWindow:wxWindow()
Id = integer()
Pos = {X::integer(), Y::integer()}
Size = {W::integer(), H::integer()}
Choices = [unicode:chardata()]
Equivalent to create(This, Parent, Id, Pos, Size, Choices, []).
create(This, Parent, Id, Pos, Size, Choices, Options::[Option]) -> boolean()
This = wxChoice()
Parent = wxWindow:wxWindow()
Id = integer()
Pos = {X::integer(), Y::integer()}
Size = {W::integer(), H::integer()}
Choices = [unicode:chardata()]
Option = {style, integer()} | {validator, wx:wx_object()}
See
setColumns(This, Options::[Option]) -> ok
This = wxChoice()
Option = {n, integer()}
See
destroy(This::wxChoice()) -> ok
Destroys this object, do not use object again