wxRadioBox

See external documentation: wxRadioBox.

See external documentation: wxRadioBox.

This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler

Functions


new(Parent, Id, Title, Pos, Size, Choices) -> wxRadioBox()

new(Parent, Id, Title, Pos, Size, Choices, Options::[Option]) -> wxRadioBox()

See external documentation.

create(This, Parent, Id, Title, Pos, Size, Choices) -> boolean()

create(This, Parent, Id, Title, Pos, Size, Choices, Options::[Option]) -> boolean()

See external documentation.

enable(This) -> boolean()

Equivalent to enable(This, []).

enable(This, N) -> boolean()

See external documentation.
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 external documentation.

getSelection(This) -> integer()

See external documentation.

getString(This, N) -> unicode:charlist()

See external documentation.

setSelection(This, N) -> ok

See external documentation.

show(This) -> boolean()

Equivalent to show(This, []).

show(This, N) -> boolean()

See external documentation.
Also:
show(This, [Option]) -> boolean() when
This::wxRadioBox(),
Option :: {'show', boolean()}.

show(This, N, Options::[Option]) -> boolean()

See external documentation.

getColumnCount(This) -> integer()

See external documentation.

getItemHelpText(This, N) -> unicode:charlist()

See external documentation.

getItemToolTip(This, Item) -> wxToolTip:wxToolTip()

See external documentation.

getItemFromPoint(This, Pt) -> integer()

See external documentation.

getRowCount(This) -> integer()

See external documentation.

isItemEnabled(This, N) -> boolean()

See external documentation.

isItemShown(This, N) -> boolean()

See external documentation.

setItemHelpText(This, N, HelpText) -> ok

See external documentation.

setItemToolTip(This, Item, Text) -> ok

See external documentation.

destroy(This::wxRadioBox()) -> ok

Destroys this object, do not use object again