Dialog_Callback_t Type (Pointer)

dialogs.h

typedef CALLBACK short (*Dialog_Callback_t) (short Message, long Value);

Callback function type for dialogs.

Dialog_Callback_t is used in DialogNew and in the DIALOG structure to provide a callback mechanism for events in the dialog box.


Deprecated alias: DialogNew_t