| Description |
| Set a function to be called exactly once, when we return to (or otherwise enter) an event loop. |
| Synopsis |
| #include <ProUIDialog.h> |
| ProError | ProUIDialogAppActionSet | ( |
| char* dialog | |
| /*
(In) |
| Name of the dialog. The action is associated with the dialog and is automatically cancelled if the dialog is destroyed. Can be NULL. |
| */ |
| ProUIAction function | |
| /*
(In) |
| Function to be called when we return to event loop |
| */ |
| ProAppData data | |
| /*
(In) |
| Action data passed to the callback function. Can be NULL. |
| */ |
| ) |
| Returns |
|
|