Package Win32::GUI::DialogBox
Constructor
new Win32::GUI::DialogBox(%OPTIONS)
Creates a new DialogBox object. See new Win32::GUI::Window().
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: You can't have =items (as at line 59) unless the first thing after the =over is an =item You can't have =items (as at line 73) unless the first thing after the =over is an =item