Package Win32::GUI::Window
Constructor
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().
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().
3 POD Errors
The following errors were encountered while parsing the POD:
- Around line 159:
You can't have =items (as at line 163) unless the first thing after the =over is an =item
- Around line 189:
You can't have =items (as at line 193) unless the first thing after the =over is an =item
- Around line 387:
You can't have =items (as at line 391) unless the first thing after the =over is an =item