NAME
Win32::GUI::MDIClient - Create and manipulate MDI Windows
DESCRIPTION
[TBD]
METHODS
Common methods apply to most windows, controls and resources.
new
new(%OPTIONS)
Creates a new MDI Client object.
Class specific %OPTIONS are:
See also the common options.
Activate
Activate(MDICHILD)
Activate a MDI child window.
AddMDIChild
AddMDIChild(%OPTIONS)
See new Win32::GUI::MDIChild().
Cascade
Cascade([FLAG=MDITILE_SKIPDISABLED])
Arrange all its child windows in a cascade format.
Close
Close(MDICHILD)
Close an MDI child window
GetActive
GetActive()
Return handle to active child
GetDC
GetDC()
Returns the DC object associated with the window.
IconArrange
IconArrange()
Arrange all minimized MDI child windows. It does not affect child windows that are not minimized.
Maximize
Maximize(MDICHILD)
Maximize an MDI child window
Next
Next([MDICHILD])
Activate the next child window.
Previous
Previous([MDICHILD])
Activate the previous child window.
RefreshMenu
RefreshMenu()
Activate the previous child window.
Restore
Restore(MDICHILD)
Restore a child window.
Tile
Tile([FLAG=MDITILE_HORIZONTAL])
Tiled child windows.
FLAG :
MDITILE_VERTICAL 0 Tiles MDI child windows so that they are tall rather than wide.
MDITILE_HORIZONTAL 1 Tiles MDI child windows so that they are wide rather than tall.
MDITILE_SKIPDISABLED 2 Prevents disabled MDI child windows from being tiled.
EVENTS
Common events apply to most windows and controls.
VERSION
Documentation for Win32::GUI v1.14 created 01 Jun 2017
This document is autogenerated by the build process. Edits made here will be lost. Edit docs/per_package.tpl instead.
SUPPORT
Homepage: http://perl-win32-gui.sourceforge.net/.
For further support join the users mailing list from the website at http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users. There is a searchable list archive at http://sourceforge.net/p/perl-win32-gui/mailman/perl-win32-gui-users/.
COPYRIGHT and LICENCE
Copyright (c) 1997..2017 Aldo Calpini. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.