Package Win32::GUI::DialogBox
Constructor
Events
Activate()
Sent when the window is activated.
Deactivate() Sent when the window is deactivated.
Maximize() Sent when the window is maximized.
Minimize() Sent when the window is minimized.
Resize() Sent when the window is resized.
Terminate() Sent when the window is closed. The event should return -1 to terminate the interaction and return control to the perl script; see Dialog().
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 55:
You can't have =items (as at line 59) unless the first thing after the =over is an =item
- Around line 69:
You can't have =items (as at line 73) unless the first thing after the =over is an =item