wxRadioBox
Module
Module Summary
Description
See external documentation: wxRadioBox.
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
DATA TYPES
Exports
new(Parent, Id, Title, Pos, Size, Choices) -> wxRadioBox()
Types
Equivalent to new(Parent, Id, Title, Pos, Size, Choices, []).
new(Parent, Id, Title, Pos, Size, Choices, Options::[Option]) -> wxRadioBox()
Types
create(This, Parent, Id, Title, Pos, Size, Choices) -> boolean()
Types
Equivalent to create(This, Parent, Id, Title, Pos, Size, Choices, []).
create(This, Parent, Id, Title, Pos, Size, Choices, Options::[Option]) -> boolean()
Types
Types
Equivalent to enable(This, []).
See external documentation.
Also:
enable(This, [Option]) -> boolean() when
This::wxRadioBox(),
Option :: {'enable', boolean()}.
enable(This, N, Options::[Option]) -> boolean()
getSelection(This) -> integer()
Types
getString(This, N) -> unicode:charlist()
Types
Equivalent to show(This, []).
See external documentation.
Also:
show(This, [Option]) -> boolean() when
This::wxRadioBox(),
Option :: {'show', boolean()}.
show(This, N, Options::[Option]) -> boolean()
getColumnCount(This) -> integer()
Types
getItemHelpText(This, N) -> unicode:charlist()
getItemToolTip(This, Item) -> wxToolTip:wxToolTip()
getItemFromPoint(This, Pt) -> integer()
getRowCount(This) -> integer()
Types
isItemEnabled(This, N) -> boolean()
isItemShown(This, N) -> boolean()
setItemHelpText(This, N, HelpText) -> ok
setItemToolTip(This, Item, Text) -> ok
destroy(This::wxRadioBox()) -> ok