Typedefs | |
typedef void(* | D4D_ICON_ON_CHANGE )(D4D_OBJECT *pThis) |
Type definition of icon on change callback function. More... | |
typedef Byte | D4D_ICON_INDEX |
This is icon index variable, it used in API functions to choose the active icon in the list. More... | |
This section specifies the exact type for each typedef definition.
typedef Byte D4D_ICON_INDEX |
This is icon index variable, it used in API functions to choose the active icon in the list.
Definition at line 108 of file d4d_icon.h.
typedef void(* D4D_ICON_ON_CHANGE)(D4D_OBJECT *pThis) |
Type definition of icon on change callback function.
pThis | - pointer to icon instance that call the function |
Definition at line 105 of file d4d_icon.h.