Editions
Related Functions
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 |
|
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