Editions
Related Functions
Example
The IN_NewView function copies the contents of a document window to a new document window using the default or current display parameters. This is not the same as opening a document twice. Instead, it displays the same document in two windows.
Syntax
int IN_NewView( docwinID, viewType, pNewDocwinID )
|
Input Parameters |
Values |
Meaning |
|
IN_DOCWIN docwinID |
0 | docwinID |
active | specific |
|
SHORT viewType |
IN_VIEWTYPE_DEFAULT (0) IN_VIEWTYPE_ACTIVE (1) | |
|
Meaning | ||
|
IN_DOCWIN_PTR pNewDocwinID |
pointer to the new document window identifier | |
Remarks
This function does not work with external document windows. Use the IN_NewExternalView function to open a duplicate view of a document window into an external document window.
Release information
Added to Imagenation for Windows in Release 4.10.
As of Release 5.1, also available in Imagenation for UNIX.
See also