wxCheckBox

See external documentation: wxCheckBox.

See external documentation: wxCheckBox.

This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler

Functions


new() -> wxCheckBox()

See external documentation.

new(Parent, Id, Label) -> wxCheckBox()

new(Parent, Id, Label, Options::[Option]) -> wxCheckBox()

See external documentation.

create(This, Parent, Id, Label) -> boolean()

create(This, Parent, Id, Label, Options::[Option]) -> boolean()

See external documentation.

getValue(This) -> boolean()

See external documentation.

get3StateValue(This) -> wx:wx_enum()

See external documentation.
Res = ?wxCHK_UNCHECKED | ?wxCHK_CHECKED | ?wxCHK_UNDETERMINED

is3rdStateAllowedForUser(This) -> boolean()

See external documentation.

is3State(This) -> boolean()

See external documentation.

isChecked(This) -> boolean()

See external documentation.

setValue(This, State) -> ok

See external documentation.

set3StateValue(This, State) -> ok

See external documentation.
State = ?wxCHK_UNCHECKED | ?wxCHK_CHECKED | ?wxCHK_UNDETERMINED

destroy(This::wxCheckBox()) -> ok

Destroys this object, do not use object again