wxChoice
MODULE
wxChoice
MODULE SUMMARY
See external documentation: wxChoice.
DESCRIPTION
See external documentation: wxChoice.
This class is derived (and can use functions) from:
wxControlWithItems
wxControl
wxWindow
wxEvtHandler
DATA TYPES
EXPORTS
Types:
Parent = wxWindow() (see module wxWindow)
Id = integer()
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)}
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, 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)}
Types:
This = wxChoice()
N = integer()
Types:
This = wxChoice()
Types:
This = wxChoice()
Equivalent to setColumns(This, []).
setColumns(This, Options::[Option]) -> ok
Types:
This = wxChoice()
Option = {n, integer()}