Editions
Related Functions
Example
The IN_ActivateAllHotspots function activates all hotspots on the specified edit layer.
Syntax
int IN_ActivateAllHotspots( docwinID, layerID )
|
Parameters |
Values |
Meaning |
|
IN_DOCWIN docwinID |
0 | docwinID |
active | specific |
|
IN_LAYER layerID |
layerID |
identifier of the edit layer that contains hotspots |
Remarks
When this function is called, Imagenation:
1. sends a hotspot notification with the hotspot identifier, "IMBegin Hotspot List", if the NotifyHotspotActivated notify is registered.
2. activates all hotspots on the specified layer. A hotspot activated notify is sent out for each hotspot that is activated (for example, IMBegin Hotspot List, Hotspot 1, Hotspot 2).
3. sends a notification with the hotspot identifier "IMEnd Hotspot List"
Release information
Added to Imagenation for Windows in Release 4.00.
As of Release 5.1, also available in Imagenation for UNIX.
See also