You can select a display mode for all of the open document windows: tiled, cascaded, horizontally stripped, or vertically stripped.
To select a display mode for all open document windows:
· Use the IN_ArrangeDocumentWindows function.
Note that you cannot arrange external document windows with this function
You can also set whether a specific document window is minimized, maximized, hidden, shown, and so on.
To set the display of a single document window:
· Use the IN_ShowDocumentWindow function. For a list of the display options that you can set, see Display values.
Finally, you can specify the size and location of a document window.
To move and resize a document window:
· Use the IN_MoveDocumentWindow function. Specify the upper-left coordinates of the window, relative to the Imagenation window, and its width and length in pixels.
See also