NotifyDeleteLayer callback

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

The IN_NFY_DELETE_LAYER notification is sent asynchronously when the user deletes a layer from the current page in the active document window. The NotifyDeleteLayer callback function accepts this data.

Notify IN_NFY_DELETE_LAYER (27)

Syntax

void CALLBACK NotifyDeleteLayer( IN_DOCWIN docwinID, IN_LAYER layerID)

Parameters

Meaning

docwinID

identifier of the document window from which the layer was deleted

layerID

identifier of the deleted layer

Release information

Added to Imagenation for Windows in Release 4.43.

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

See also

Controlling notifications and queries

Removing layers and pages