wxChoice
(wx)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() (see module wxWindow)Id = integer()
Equivalent to new(Parent, Id, []).
new(Parent, Id, Option::[Option]) -> wxChoice()
Parent = wxWindow() (see module wxWindow)Id = integer()Option = {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, Pos, Size, Choices) -> boolean()
This = wxChoice()Parent = wxWindow() (see module wxWindow)Id = integer()Pos = {X::integer(), Y::integer()}Size = {W::integer(), H::integer()}Choices = [chardata() (see module unicode)]
Equivalent to create(This, Parent, Id, Pos, Size, Choices, []).
create(This, Parent, Id, Pos, Size, Choices, Option::[Option]) -> boolean()
This = wxChoice()Parent = wxWindow() (see module wxWindow)Id = integer()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
delete(This, N) -> ok
This = wxChoice()N = integer()
See
getColumns(This) -> integer()
This = wxChoice()
See
setColumns(This, Option::[Option]) -> ok
This = wxChoice()Option = {n, integer()}
See
destroy(This::wxChoice()) -> ok
Destroys this object, do not use object again