All Editions
Related Functions
Example
The IN_ResetExternalWindowSize function resets the size of the specified external Reference, Detail, or document window. When Imagenation handles an external window by using the IN_HandleExternalWindow function, Imagenation manages its own window, which is the same size as the client area of the window that was registered. If the original window changes size, this transaction should be called to resize Imagenation's external window.
Syntax
int IN_ResetExternalWindowSize( extwinID )
|
Parameters |
Meaning |
|
IN_WINOBJ extwinID |
document, Reference, or Detail window identifier, assigned by IN_RegisterExternalWindow |
Remarks
You must use a specific ID when you issue commands to external document windows, even if you are referring to the active window.
Release information
Added to Imagenation for Windows in Release 4.30.
Not supported in Imagenation for UNIX.
See also