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