eGUI alias D4D  Release 3.0
Reference Manual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
D4D ICON API Types Specification
Collaboration diagram for D4D ICON API Types Specification:

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...
 

Detailed Description

This section specifies the exact type for each typedef definition.

Typedef Documentation

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.

Parameters
pThis- pointer to icon instance that call the function
Returns
none
Note
This is icon call back function used to notify user application about On Change icon event.

Definition at line 105 of file d4d_icon.h.