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