Typedefs | |
typedef void(* | D4D_CHCKBX_ON_CHANGE )(D4D_OBJECT *pThis) |
Type definition of check box on change callback function. More... | |
This section specifies the exact type for each typedef definition.
typedef void(* D4D_CHCKBX_ON_CHANGE)(D4D_OBJECT *pThis) |
Type definition of check box on change callback function.
pThis | - pointer to check box instance that call the function |
Definition at line 129 of file d4d_check_box.h.