new(Parent, Id, Title, Pos, Size, Choices) -> wxRadioBox()
Types
Equivalent to new(Parent, Id, Title, Pos, Size, Choices, []).
See external documentation: wxRadioBox.
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
Equivalent to new(Parent, Id, Title, Pos, Size, Choices, []).
Equivalent to create(This, Parent, Id, Title, Pos, Size, Choices, []).
Equivalent to enable(This, []).
See external documentation.
Also:
enable(This, [Option]) -> boolean() when
This::wxRadioBox(),
Option :: {'enable', boolean()}.
Equivalent to show(This, []).
See external documentation.
Also:
show(This, [Option]) -> boolean() when
This::wxRadioBox(),
Option :: {'show', boolean()}.