wxRadioBox
MODULE
MODULE SUMMARY
DESCRIPTION
See external documentation: wxRadioBox.
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
DATA TYPES
EXPORTS
Equivalent to new(Parent, Id, Title, Pos, Size, Choices, []).
Types:
Equivalent to create(This, Parent, Id, Title, Pos, Size, Choices, []).
Types:
enable(This::wxRadioBox()) -> bool()
Equivalent to enable(This, []).
enable(This::wxRadioBox(), X::integer() | term()) -> bool()
See external documentation.
Alternatives:
enable(This::wxRadioBox(), N::integer()) -> enable(This,N, [])
enable(This::wxRadioBox(), [Option]) -> bool()
Option = {enable, bool()}
enable(This::wxRadioBox(), N::integer(), Options::[Option]) -> bool()
Types:
getSelection(This::wxRadioBox()) -> integer()
getString(This::wxRadioBox(), N::integer()) -> string()
setSelection(This::wxRadioBox(), N::integer()) -> ok
show(This::wxRadioBox()) -> bool()
Equivalent to show(This, []).
show(This::wxRadioBox(), X::integer() | term()) -> bool()
See external documentation.
Alternatives:
show(This::wxRadioBox(), N::integer()) -> show(This,N, [])
show(This::wxRadioBox(), [Option]) -> bool()
Option = {show, bool()}
show(This::wxRadioBox(), N::integer(), Options::[Option]) -> bool()
Types:
getColumnCount(This::wxRadioBox()) -> integer()
getItemHelpText(This::wxRadioBox(), N::integer()) -> string()
getItemToolTip(This::wxRadioBox(), Item::integer()) -> wxToolTip() (see module wxToolTip)
getItemFromPoint(This::wxRadioBox(), Pt::{X::integer(), Y::integer()}) -> integer()
getRowCount(This::wxRadioBox()) -> integer()
isItemEnabled(This::wxRadioBox(), N::integer()) -> bool()
isItemShown(This::wxRadioBox(), N::integer()) -> bool()
setItemHelpText(This::wxRadioBox(), N::integer(), HelpText::string()) -> ok
setItemToolTip(This::wxRadioBox(), Item::integer(), Text::string()) -> ok