Category Custom user interface, Object ProUIAction

Callback ProUIAction


Description
Callback function implemented when user takes action in the UI.
Synopsis
#include <ProUI.h>
void(*ProUIAction)(
char* dialog
/* (In)
UI dialog box name. Creo Parametric will reuse this string for other UI functions. You must make a copy of it before accessing another dialog.
*/
char* component
/* (In)
Name of component acted upon. Creo Parametric will reuse this string for other UI functions. You must make a copy of it before accessing another dialog.
*/
ProAppData appdata
/* (In)
Application data passed to the function that registered the callback function.
*/
)
Returns
none