The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
=head2 Package Win32::GUI::MDI

L<Back to the Packages|guipacks/>

=over

=item *

L<Constructor>

=over

=item *

L<new Win32::GUI::MDI(%OPTIONS)|/new_Win32_GUI_MDI_OPTIONS_>

=back

=back

=head3 Constructor

=over 4

=for html <A NAME="new_Win32_GUI_MDI_OPTIONS_">

=item new Win32::GUI::MDI(%OPTIONS)

Creates a new MDI (Multiple Document Interface) 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

=for html <P>

=back

=cut