wxRadioButton
See external documentation: wxRadioButton.
See external documentation:
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
Functions
new() -> wxRadioButton()
See
new(Parent, Id, Label) -> wxRadioButton()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Label = chardata() (see module unicode)
Equivalent to new(Parent, Id, Label, []).
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
create(This, Parent, Id, Label) -> boolean()
This = wxRadioButton()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Label = chardata() (see module unicode)
Equivalent to create(This, Parent, Id, Label, []).
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
getValue(This) -> boolean()
This = wxRadioButton()
See
setValue(This, Val) -> ok
This = wxRadioButton()
Val = boolean()
See
destroy(This::wxRadioButton()) -> ok
Destroys this object, do not use object again