wxToggleButton
MODULE
wxToggleButton
MODULE SUMMARY
See external documentation: wxToggleButton.
DESCRIPTION
See external documentation: wxToggleButton.
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
DATA TYPES
EXPORTS
new(Parent::wxWindow() (see module wxWindow), Id::integer(), Label::string()) -> wxToggleButton()
Equivalent to new(Parent, Id, Label, []).
Types:
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx() (see module wx)}
Equivalent to create(This, Parent, Id, Label, []).
Types:
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx() (see module wx)}
getValue(This::wxToggleButton()) -> bool()