wxRadioBox
See external documentation: wxRadioBox.
See external documentation:
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
Functions
new(Parent, Id, Title, Pos, Size, Choices) -> wxRadioBox()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Title = chardata() (see module unicode)
Pos = {X::integer(), Y::integer()}
Size = {W::integer(), H::integer()}
Choices = [chardata() (see module unicode)]
Equivalent to new(Parent, Id, Title, Pos, Size, Choices, []).
new(Parent, Id, Title, Pos, Size, Choices, Option::[Option]) -> wxRadioBox()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Title = chardata() (see module unicode)
Pos = {X::integer(), Y::integer()}
Size = {W::integer(), H::integer()}
Choices = [chardata() (see module unicode)]
Option = {majorDim, integer()} | {style, integer()} | {val, wx_object() (see module wx)}
See
create(This, Parent, Id, Title, Pos, Size, Choices) -> boolean()
This = wxRadioBox()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Title = chardata() (see module unicode)
Pos = {X::integer(), Y::integer()}
Size = {W::integer(), H::integer()}
Choices = [chardata() (see module unicode)]
Equivalent to create(This, Parent, Id, Title, Pos, Size, Choices, []).
create(This, Parent, Id, Title, Pos, Size, Choices, Option::[Option]) -> boolean()
This = wxRadioBox()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Title = chardata() (see module unicode)
Pos = {X::integer(), Y::integer()}
Size = {W::integer(), H::integer()}
Choices = [chardata() (see module unicode)]
Option = {majorDim, integer()} | {style, integer()} | {val, wx_object() (see module wx)}
See
enable(This, N) -> boolean()
This = wxRadioBox()
N = integer()
See
Also:
enable(This, [Option]) -> boolean() when
This::wxRadioBox(),
Option :: {enable, boolean()}.
enable(This, N, Option::[Option]) -> boolean()
This = wxRadioBox()
N = integer()
Option = {enable, boolean()}
See
getSelection(This) -> integer()
This = wxRadioBox()
See
getString(This, N) -> charlist() (see module unicode)
This = wxRadioBox()
N = integer()
See
setSelection(This, N) -> ok
This = wxRadioBox()
N = integer()
See
show(This, N) -> boolean()
This = wxRadioBox()
N = integer()
See
Also:
show(This, [Option]) -> boolean() when
This::wxRadioBox(),
Option :: {show, boolean()}.
show(This, N, Option::[Option]) -> boolean()
This = wxRadioBox()
N = integer()
Option = {show, boolean()}
See
getColumnCount(This) -> integer()
This = wxRadioBox()
See
getItemHelpText(This, N) -> charlist() (see module unicode)
This = wxRadioBox()
N = integer()
See
getItemToolTip(This, Item) -> wxToolTip() (see module wxToolTip)
This = wxRadioBox()
Item = integer()
See
getItemFromPoint(This, Pt) -> integer()
This = wxRadioBox()
Pt = {X::integer(), Y::integer()}
See
getRowCount(This) -> integer()
This = wxRadioBox()
See
isItemEnabled(This, N) -> boolean()
This = wxRadioBox()
N = integer()
See
isItemShown(This, N) -> boolean()
This = wxRadioBox()
N = integer()
See
setItemHelpText(This, N, HelpText) -> ok
This = wxRadioBox()
N = integer()
HelpText = chardata() (see module unicode)
See
setItemToolTip(This, Item, Text) -> ok
This = wxRadioBox()
Item = integer()
Text = chardata() (see module unicode)
See
destroy(This::wxRadioBox()) -> ok
Destroys this object, do not use object again