Creates a new Window object. Class specific %OPTIONS
are:
-minsize => [X, Y] specifies the minimum size (width and height) in pixels; X and Y must be passed in an array reference -maxsize => [X, Y] specifies the maximum size (width and height) in pixels; X and Y must be passed in an array reference -minwidth => N -minheight => N -maxwidht => N -maxheight => N specify the minimum and maximum size width and height, in pixels -topmost => 0/1 (default 0) the window "stays on top" even when deactivated
See new Win32::GUI::Animation().
See new Win32::GUI::Checkbox().
See new Win32::GUI::Combobox().
See new Win32::GUI::Listbox().
See new Win32::GUI::ListView().
See new Win32::GUI::NotifyIcon().
See new Win32::GUI::ProgressBar().
See new Win32::GUI::RadioButton().
See new Win32::GUI::RichEdit().
See new Win32::GUI::StatusBar().
See new Win32::GUI::TabStrip().
See new Win32::GUI::Textfield().
See new Win32::GUI::Toolbar().
See new Win32::GUI::TreeView().
Sent when the window is activated.
Sent when the window is deactivated.
Sent when the window is maximized.
Sent when the window is minimized.
Sent when the window is resized.
Sent when the window is closed. The event should return -1 to terminate the
interaction and return control to the perl script; see Dialog().