Creates a new Checkbox object; can also be called as
PARENT->AddCheckbox(%OPTIONS). %OPTIONS
are the same of
Button (see new Win32::GUI::Button() ).
Gets or sets the check state of the Checkbox; if called without arguments, returns the current state:
0 not checked 1 checked 2 indeterminate (grayed)
If a VALUE is specified, it can be one of these (eg. 0 to uncheck the Checkbox, 1 to check it).
Returns the check state of the Checkbox:
Sets the check state of the Checkbox; for a list of possible values, see GetCheck(). If called without arguments, it checks the Checkbox (eg. state = 1).
0 not checked
1 checked
2 indeterminate (grayed)
Sent when the control is selected (eg. the button pushed, the checkbox checked, etc.).
Sent when the user double clicks on the control.
Sent when the control is activated.
Sent when the control is deactivated.
Sent when the user down clicks on the control.
Sent when the user releases a down click on the control.