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
new(Parent::wxWindow() (see module wxWindow), Id::integer()) -> wxChoice()
Equivalent to new(Parent, Id, []).
new(Parent::wxWindow() (see module wxWindow), Id::integer(), Options::[Option]) -> wxChoice()
Types:
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {choices, [[string()]]} | {style, integer()} | {validator, wx() (see module wx)}
Equivalent to create(This, Parent, Id, Pos, Size, Choices, []).
Types:
Option = {style, integer()} | {validator, wx() (see module wx)}
delete(This::wxChoice(), N::integer()) -> ok
getColumns(This::wxChoice()) -> integer()
setColumns(This::wxChoice()) -> ok
Equivalent to setColumns(This, []).
setColumns(This::wxChoice(), Options::[Option]) -> ok
Types:
Option = {n, integer()}