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() -> wxCheckBox()
new(Parent, Id, Label) -> wxCheckBox()
Equivalent to new(Parent, Id, Label, []).
new(Parent, Id, Label, Options::[Option]) -> wxCheckBox()
Types
create(This, Parent, Id, Label) -> boolean()
Equivalent to create(This, Parent, Id, Label, []).
create(This, Parent, Id, Label, Options::[Option]) -> boolean()
Types
Types
get3StateValue(This) -> wx:wx_enum()
Types
See external documentation.
Res = ?wxCHK_UNCHECKED | ?wxCHK_CHECKED | ?wxCHK_UNDETERMINED
is3rdStateAllowedForUser(This) -> boolean()
Types
Types
Types
set3StateValue(This, State) -> ok
See external documentation.
State = ?wxCHK_UNCHECKED | ?wxCHK_CHECKED | ?wxCHK_UNDETERMINED
destroy(This::wxCheckBox()) -> ok