wxRadioBox

See external documentation: wxRadioBox.

See external documentation: wxRadioBox.

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

Types


wxRadioBox() = wx:wx_object()

Functions


new(Parent, Id, Title, Pos, Size, Choices) -> 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)]

new(Parent, Id, Title, Pos, Size, Choices, Option::[Option]) -> 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)}

See external documentation.

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

  • 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, Option::[Option]) -> boolean()

  • 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)}

See external documentation.

enable(This) -> boolean()

  • This = wxRadioBox()

Equivalent to enable(This, []).

enable(This, N) -> boolean()

  • This = wxRadioBox()
  • N = integer()

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

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

  • This = wxRadioBox()
  • N = integer()
  • Option = {enable, boolean()}

See external documentation.

getSelection(This) -> integer()

  • This = wxRadioBox()

See external documentation.

getString(This, N) -> charlist() (see module unicode)

  • This = wxRadioBox()
  • N = integer()

See external documentation.

setSelection(This, N) -> ok

  • This = wxRadioBox()
  • N = integer()

See external documentation.

show(This) -> boolean()

  • This = wxRadioBox()

Equivalent to show(This, []).

show(This, N) -> boolean()

  • This = wxRadioBox()
  • N = integer()

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

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

  • This = wxRadioBox()
  • N = integer()
  • Option = {show, boolean()}

See external documentation.

getColumnCount(This) -> integer()

  • This = wxRadioBox()

See external documentation.

getItemHelpText(This, N) -> charlist() (see module unicode)

  • This = wxRadioBox()
  • N = integer()

See external documentation.

getItemToolTip(This, Item) -> wxToolTip() (see module wxToolTip)

  • This = wxRadioBox()
  • Item = integer()

See external documentation.

getItemFromPoint(This, Pt) -> integer()

  • This = wxRadioBox()
  • Pt = {X::integer(), Y::integer()}

See external documentation.

getRowCount(This) -> integer()

  • This = wxRadioBox()

See external documentation.

isItemEnabled(This, N) -> boolean()

  • This = wxRadioBox()
  • N = integer()

See external documentation.

isItemShown(This, N) -> boolean()

  • This = wxRadioBox()
  • N = integer()

See external documentation.

setItemHelpText(This, N, HelpText) -> ok

  • This = wxRadioBox()
  • N = integer()
  • HelpText = chardata() (see module unicode)

See external documentation.

setItemToolTip(This, Item, Text) -> ok

  • This = wxRadioBox()
  • Item = integer()
  • Text = chardata() (see module unicode)

See external documentation.

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

Destroys this object, do not use object again