Package Win32::GUI::Button
Constructor
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 92:
You can't have =items (as at line 96) unless the first thing after the =over is an =item
- Around line 107:
You can't have =items (as at line 111) unless the first thing after the =over is an =item