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