This function is used to register a callback function that will be called from the ArtX GUI when the user changes the button selection in the ToolBar.
Declaration:
Copy Code |
|
|---|---|
void IG_ARTX_GUI_register_toolbar_notify(
LPFNIG_ARTX_GUI_TOOLBARNOTIFY lpfnToolbarNotify,
LPVOID lpClientData
);
|
|
Arguments:
| Name | Type | Description |
| lpfnToolbarNotify | LPFNIG_ARTX_GUI_TOOLBARNOTIFY | A callback to register. |
| lpClientData | LPVOID | Client data passed to the callback. |
Return Value:
None
Supported Raster Image Formats:
This function does not process image pixels.