Typedefs | |
typedef void(* | D4D_EDIT_BOX_ON_EVENT )(D4D_OBJECT *pThis, D4D_EVENTID eventId) |
Type definition of edit box on event callback function. More... | |
This section specifies the exact type for each typedef definition.
typedef void(* D4D_EDIT_BOX_ON_EVENT)(D4D_OBJECT *pThis, D4D_EVENTID eventId) |
Type definition of edit box on event callback function.
pThis | - pointer to edit box instance that call the function |
eventId | - event type that caused this call back function |
Definition at line 98 of file d4d_edit_box.h.