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