Package Win32::GUI::RadioButton
Constructor
new Win32::GUI::RadioButton(PARENT, %OPTIONS)
Creates a new RadioButton object; can also be called as PARENT->AddRadioButton(%OPTIONS). %OPTIONS are the same of Button (see new Win32::GUI::Button() ).
Methods
Events
Click()
Sent when the control is selected (eg. the button pushed, the checkbox checked, etc.).
DblClick() Sent when the user double clicks on the control.
GotFocus() Sent when the control is activated.
LostFocus() Sent when the control is deactivated.
MouseDown() Sent when the user down clicks on the control.
MouseUp() Sent when the user releases a down click on the control.
3 POD Errors
The following errors were encountered while parsing the POD:
- Around line 67:
You can't have =items (as at line 71) unless the first thing after the =over is an =item
- Around line 83:
You can't have =items (as at line 87) unless the first thing after the =over is an =item
- Around line 104:
You can't have =items (as at line 108) unless the first thing after the =over is an =item