wxCheckBox
MODULE
MODULE SUMMARY
DESCRIPTION
See external documentation: wxCheckBox.
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()) -> wxCheckBox()
Equivalent to new(Parent, Id, Label, []).
Types:
Equivalent to create(This, Parent, Id, Label, []).
Types:
getValue(This::wxCheckBox()) -> bool()
get3StateValue(This::wxCheckBox()) -> WxCheckBoxState
Types:
See external documentation.
WxCheckBoxState is one of ?wxCHK_UNCHECKED | ?wxCHK_CHECKED | ?wxCHK_UNDETERMINED
is3rdStateAllowedForUser(This::wxCheckBox()) -> bool()
is3State(This::wxCheckBox()) -> bool()
isChecked(This::wxCheckBox()) -> bool()
setValue(This::wxCheckBox(), State::bool()) -> ok
set3StateValue(This::wxCheckBox(), State::WxCheckBoxState) -> ok
Types:
See external documentation.
WxCheckBoxState is one of ?wxCHK_UNCHECKED | ?wxCHK_CHECKED | ?wxCHK_UNDETERMINED