Package Win32::GUI::Window
Constructor
new Win32::GUI::Window(%OPTIONS)
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
Methods
AddAnimation(%OPTIONS)
See new Win32::GUI::Animation().
AddButton(%OPTIONS)
AddCheckbox(%OPTIONS) See new Win32::GUI::Checkbox().
AddCombobox(%OPTIONS) See new Win32::GUI::Combobox().
AddGroupbox(%OPTIONS) See new Win32::GUI::Groupbox().
AddHeader(%OPTIONS)
AddLabel(%OPTIONS)
AddListbox(%OPTIONS) See new Win32::GUI::Listbox().
AddListView(%OPTIONS) See new Win32::GUI::ListView().
AddMenu()
AddNotifyIcon(%OPTIONS) See new Win32::GUI::NotifyIcon().
AddProgressBar(%OPTIONS) See new Win32::GUI::ProgressBar().
AddRadioButton(%OPTIONS) See new Win32::GUI::RadioButton().
AddRebar(%OPTIONS)
AddRichEdit(%OPTIONS) See new Win32::GUI::RichEdit().
AddSlider(%OPTIONS)
AddStatusBar(%OPTIONS) See new Win32::GUI::StatusBar().
AddTabStrip(%OPTIONS) See new Win32::GUI::TabStrip().
AddTextfield(%OPTIONS) See new Win32::GUI::Textfield().
AddTimer(NAME, ELAPSE)
AddToolbar(%OPTIONS) See new Win32::GUI::Toolbar().
AddTreeView(%OPTIONS) See new Win32::GUI::TreeView().
AddUpDown(%OPTIONS)
GetDC() Returns the DC object associated with the window.
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().
3 POD Errors The following errors were encountered while parsing the POD: You can't have =items (as at line 163) unless the first thing after the =over is an =item You can't have =items (as at line 193) unless the first thing after the =over is an =item You can't have =items (as at line 391) unless the first thing after the =over is an =itemEvents