IN_CreateDocumentWindow

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

The IN_CreateDocumentWindow function opens a new, blank document window with the specified label.

Syntax

int IN_CreateDocumentWindow( pLabel, pNewDocwinID )

Input Parameters

Meaning

CHARPTR pLabel

label, maximum 80 characters

Output Parameters

Meaning

IN_DOCWIN_PTR pNewDocwinID

pointer to new document window identifier

Remarks

Calling this function does not create a page. To create a page, you must add a layer or a page to the document window with the IN_NewLayer, IN_NewPage, IN_ImportLayer, or IN_ImportPage functions. The specified label will be assigned to this page.

Release information

Added to Imagenation for Windows in Release 4.10.

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

Also supported in Imagenation 3.3 for UNIX.

See also

Creating a document

Defining window titles