Object ProUITimer

Callback ProUITimerAction


Description
Timer Action Callback for ProUITimerCreate
Synopsis
#include <ProUIDialog.h>
void(*ProUITimerAction)(
char* dialog
/* (In)
Dialog name
*/
ProUITimerID timer_id
/* (In)
Timer id
*/
ProAppData appdata
/* (In)
User data to be passed to the action function.
*/
)
Returns
None

Manual References:

  1. User Interface: Dialogs: Dialog Operations