Typedefs | |
typedef void(* | D4D_BTN_ON_CLICK )(D4D_OBJECT *pThis) |
Type definition of button on click callback function. More... | |
This section specifies the exact type for each typedef definition.
typedef void(* D4D_BTN_ON_CLICK)(D4D_OBJECT *pThis) |
Type definition of button on click callback function.
pThis | - pointer to button instance that call the function |
Definition at line 132 of file d4d_button.h.