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

Typedefs

typedef void(* D4D_BTN_ON_CLICK )(D4D_OBJECT *pThis)
 Type definition of button on click callback function. More...
 

Detailed Description

This section specifies the exact type for each typedef definition.

Typedef Documentation

typedef void(* D4D_BTN_ON_CLICK)(D4D_OBJECT *pThis)

Type definition of button on click callback function.

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

Definition at line 132 of file d4d_button.h.