NotifyNewLayer callback

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

The IN_NFY_NEW_LAYER notification tells client applications that a layer has been created on the current page of the active document. The NotifyNewLayer callback function accepts this data.

Notify IN_NFY_NEW_LAYER (29)

Syntax

void CALLBACK NotifyNewLayer( IN_DOCWIN docwinID, IN_PAGE pageID, IN_LAYER layerID )

Parameters

Meaning

docwinID

identifier of the document window that contains the new layer

pageID

identifier of the page that contains the new layer

layerID

identifier of the new layer

Release information

Added to Imagenation for Windows in Release 4.5.

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

See also

Controlling notifications and queries

Adding layers and pages