| ImageGear Professional v18.2 > API Reference Guide > ArtXGUI Component API Reference > ArtXGUI Component Functions Reference > IG_ARTX_GUI_register_toolbar_notify |
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.
|
Copy Code
|
|
|---|---|
void IG_ARTX_GUI_register_toolbar_notify(
LPFNIG_ARTX_GUI_TOOLBARNOTIFY lpfnToolbarNotify,
LPVOID lpClientData
);
|
|
| Name | Type | Description |
| lpfnToolbarNotify | LPFNIG_ARTX_GUI_TOOLBARNOTIFY | A callback to register. |
| lpClientData | LPVOID | Client data passed to the callback. |
None
This function does not process image pixels.