wxRadioBox
(wx)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:wxWindow()
Id = integer()
Title = unicode:chardata()
Pos = {X::integer(), Y::integer()}
Size = {W::integer(), H::integer()}
Choices = [unicode:chardata()]
Equivalent to new(Parent, Id, Title, Pos, Size, Choices, []).
new(Parent, Id, Title, Pos, Size, Choices, Options::[Option]) -> wxRadioBox()
Parent = wxWindow:wxWindow()
Id = integer()
Title = unicode:chardata()
Pos = {X::integer(), Y::integer()}
Size = {W::integer(), H::integer()}
Choices = [unicode:chardata()]
Option = {majorDim, integer()} | {style, integer()} | {val, wx:wx_object()}
See
create(This, Parent, Id, Title, Pos, Size, Choices) -> boolean()
This = wxRadioBox()
Parent = wxWindow:wxWindow()
Id = integer()
Title = unicode:chardata()
Pos = {X::integer(), Y::integer()}
Size = {W::integer(), H::integer()}
Choices = [unicode:chardata()]
Equivalent to create(This, Parent, Id, Title, Pos, Size, Choices, []).
create(This, Parent, Id, Title, Pos, Size, Choices, Options::[Option]) -> boolean()
This = wxRadioBox()
Parent = wxWindow:wxWindow()
Id = integer()
Title = unicode:chardata()
Pos = {X::integer(), Y::integer()}
Size = {W::integer(), H::integer()}
Choices = [unicode:chardata()]
Option = {majorDim, integer()} | {style, integer()} | {val, wx:wx_object()}
See
enable(This, N) -> boolean()
This = wxRadioBox()
N = integer()
See
Also:
enable(This, [Option]) -> boolean() when
This::wxRadioBox(),
Option :: {'enable', boolean()}.
enable(This, N, Options::[Option]) -> boolean()
This = wxRadioBox()
N = integer()
Option = {enable, boolean()}
See
getString(This, N) -> unicode:charlist()
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, Options::[Option]) -> boolean()
This = wxRadioBox()
N = integer()
Option = {show, boolean()}
See
getItemHelpText(This, N) -> unicode:charlist()
This = wxRadioBox()
N = integer()
See
getItemToolTip(This, Item) -> wxToolTip:wxToolTip()
This = wxRadioBox()
Item = integer()
See
getItemFromPoint(This, Pt) -> integer()
This = wxRadioBox()
Pt = {X::integer(), Y::integer()}
See
setItemHelpText(This, N, HelpText) -> ok
This = wxRadioBox()
N = integer()
HelpText = unicode:chardata()
See
setItemToolTip(This, Item, Text) -> ok
This = wxRadioBox()
Item = integer()
Text = unicode:chardata()
See
destroy(This::wxRadioBox()) -> ok
Destroys this object, do not use object again