| Description |
| Set the function to be called when the drawing area needs to be updated due to a system-level color scheme change. |
| Synopsis |
| #include <ProUIDrawingarea.h> |
| ProError | ProUIDrawingareaUpdateActionSet | ( |
| char* dialog | |
| /*
(In) |
| The name of the dialog that contains the drawing area. |
| */ |
| char* component | |
| /*
(In) |
| The name of the drawing area component. |
| */ |
| ProUIAction callback | |
| /*
(In) |
| Function to be called when the drawing area needs to be updated. |
| */ |
| ProAppData data | |
| /*
(In) |
| Action data passed to the callback function. Can be NULL. |
| */ |
| ) |
| Returns |
|
|