See external documentation: wxchoice.
See external documentation: wxChoice.
This class is derived (and can use functions) from:
wxControlWithItems
wxControl
wxWindow
wxEvtHandler
wxChoice():
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.
new() -> wxChoice()
See external documentation.
new(Parent, Id) -> wxChoice()
Types:
Parent = wxWindow() (see module wxWindow)
Id = integer()
Equivalent to new(Parent, Id, []).
new(Parent, Id, Option::[Option]) -> wxChoice()
Types:
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 external documentation.
create(This, Parent, Id, Pos, Size, Choices) -> boolean()
Types:
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()
Types:
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 external documentation.
delete(This, N) -> ok
Types:
This = wxChoice()
N = integer()
See external documentation.
getColumns(This) -> integer()
Types:
This = wxChoice()
See external documentation.
setColumns(This) -> ok
Types:
This = wxChoice()
Equivalent to setColumns(This, []).
setColumns(This, Option::[Option]) -> ok
Types:
This = wxChoice()
Option = {n, integer()}
See external documentation.
destroy(This::wxChoice()) -> ok
Destroys this object, do not use object again
<>