wxControlwxWindowwxEvtHandlerabstract datatype: wxCheckBox()
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
| create/4* | Equivalent to create(This, Parent, Id, Label, []). |
| create/5* | See external documentation. |
| destroy/1* | Destroys this object, do not use object again. |
| get3StateValue/1* | See external documentation. |
| getValue/1* | See external documentation. |
| is3State/1* | See external documentation. |
| is3rdStateAllowedForUser/1* | See external documentation. |
| isChecked/1* | See external documentation. |
| new/0* | See external documentation. |
| new/3* | Equivalent to new(Parent, Id, Label, []). |
| new/4* | See external documentation. |
| set3StateValue/2* | See external documentation. |
| setValue/2* | See external documentation. |
create(This::wxCheckBox(), Parent::wxWindow:wxWindow(), Id::integer(), Label::string()) -> bool()
Equivalent to create(This, Parent, Id, Label, []).
create(This::wxCheckBox(), Parent::wxWindow:wxWindow(), Id::integer(), Label::string(), Options::[Option]) -> bool()
destroy(This::wxCheckBox()) -> ok
Destroys this object, do not use object again
get3StateValue(This::wxCheckBox()) -> WxCheckBoxState
See external documentation.
WxCheckBoxState is one of ?wxCHK_UNCHECKED | ?wxCHK_CHECKED | ?wxCHK_UNDETERMINED
getValue(This::wxCheckBox()) -> bool()
is3State(This::wxCheckBox()) -> bool()
is3rdStateAllowedForUser(This::wxCheckBox()) -> bool()
isChecked(This::wxCheckBox()) -> bool()
new() -> wxCheckBox()
new(Parent::wxWindow:wxWindow(), Id::integer(), Label::string()) -> wxCheckBox()
Equivalent to new(Parent, Id, Label, []).
new(Parent::wxWindow:wxWindow(), Id::integer(), Label::string(), Options::[Option]) -> wxCheckBox()
set3StateValue(This::wxCheckBox(), State::WxCheckBoxState) -> ok
See external documentation.
WxCheckBoxState is one of ?wxCHK_UNCHECKED | ?wxCHK_CHECKED | ?wxCHK_UNDETERMINED
setValue(This::wxCheckBox(), State::bool()) -> ok
Generated by EDoc, May 26 2008, 12:35:32.