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