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

Typedefs

typedef sByte D4D_MENU_INDEX
 This is menu item index variable type. More...
 
typedef void(* D4D_MENU_ON_CLICK )(D4D_OBJECT *pThis, D4D_MENU_INDEX ix)
 Type definition of menu on click callback function. More...
 

Detailed Description

This section specifies the exact type for each typedef definition.

Typedef Documentation

This is menu item index variable type.

Definition at line 143 of file d4d_menu.h.

typedef void(* D4D_MENU_ON_CLICK)(D4D_OBJECT *pThis, D4D_MENU_INDEX ix)

Type definition of menu on click callback function.

Parameters
pThis- pointer to menu instance that call the function
ix- index of item that has been clicked
Returns
none
Note
This is menu call back function used to notify user application about on click event on handled index of item.

Definition at line 152 of file d4d_menu.h.