All Editions
Related Functions
Example
The IN_NFY_CHANGE_DOCWIN notification tells clients that the user has changed the active document window from one to another. The NotifyChangeDocwin callback function accepts this data.
Notify IN_NFY_CHANGE_DOCWIN (7)
Syntax
void CALLBACK NotifyChangeDocwin( IN_DOCWIN docwinID, SHORT isActive )
|
Parameters |
Values |
Meaning |
|
docwinID |
document window identifier | |
|
isActive |
0 1 |
deactivated activated |
Remarks
Usually two sets of data are returned: One for the window that was deactivated, and one for the window that was activated.
This notification 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.
Also supported in Imagenation 3.3 for UNIX.
See also