Package Win32::GUI::MDI
Constructor
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
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 23:
You can't have =items (as at line 27) unless the first thing after the =over is an =item