wxRadioButton

See external documentation: wxRadioButton.

See external documentation: wxRadioButton.

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

Types


wxRadioButton() = wx:wx_object()

Functions


new() -> wxRadioButton()

See external documentation.

new(Parent, Id, Label) -> wxRadioButton()

  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • Label = chardata() (see module unicode)

new(Parent, Id, Label, Option::[Option]) -> wxRadioButton()

  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • Label = chardata() (see module unicode)
  • Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx_object() (see module wx)}

See external documentation.

create(This, Parent, Id, Label) -> boolean()

  • This = wxRadioButton()
  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • Label = chardata() (see module unicode)

create(This, Parent, Id, Label, Option::[Option]) -> boolean()

  • This = wxRadioButton()
  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • Label = chardata() (see module unicode)
  • Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx_object() (see module wx)}

See external documentation.

getValue(This) -> boolean()

  • This = wxRadioButton()

See external documentation.

setValue(This, Val) -> ok

  • This = wxRadioButton()
  • Val = boolean()

See external documentation.

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

Destroys this object, do not use object again