Tag for OpenWindowTagList(). Define zoom size for window
Source position: intuition.pas line 1548
const WA_Zoom = WA_Dummy + $1A; |
Pointer to an array of four SmallInts, the initial LeftEdge, TopEdge, Width and Height values for the alternate zoom position and size. It also specifies that the application wants a zoom gadget for the window, whether or not it has a sizing gadget.
A zoom gadget is always supplied to a window if it has both depth and sizing gadgets. This tag allows the application to open a window with a zoom gadget when the window does not have both the depth and sizing gadgets.