IN_ArrangeDocumentWindows

All Editions image\bltlrgsq_shg.gif  Related Functions  image\bltlrgsq_shg.gif  Example

The IN_ArrangeDocumentWindows function resizes and displays all document windows in the Imagenation window according to the specified parameter: tiled, cascaded, in horizontal strips, or in vertical strips.

Syntax

int IN_ArrangeDocumentWindows( arrangement )

Parameters

Values

Meaning

SHORT arrangement

IN_WIN_ARRANGE_TILE (1) tile

IN_WIN_ARRANGE_CASCADE (2) cascade

IN_WIN_ARRANGE_TILESTRIPS (5) horizontal strips

IN_WIN_ARRANGE_TILEVERTICAL (10)
vertical strips

Remarks

This function does not work with external document windows.

Release information

Added to Imagenation for Windows in Release 4.10.

As of Release 5.1, also available in Imagenation for UNIX.

See also

Displaying document windows