Creates a new RadioButton object; can also be called as
PARENT->AddRadioButton(%OPTIONS). %OPTIONS
are the same of
Button (see new Win32::GUI::Button() ).
Gets or sets the checked state of the RadioButton; if called without arguments, returns the current state:
0 not checked 1 checked
If a VALUE is specified, it can be one of these (eg. 0 to uncheck the RadioButton, 1 to check it).
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.