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

Typedefs

typedef void(* D4D_CHCKBX_ON_CHANGE )(D4D_OBJECT *pThis)
 Type definition of check box on change callback function. More...
 

Detailed Description

This section specifies the exact type for each typedef definition.

Typedef Documentation

typedef void(* D4D_CHCKBX_ON_CHANGE)(D4D_OBJECT *pThis)

Type definition of check box on change callback function.

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

Definition at line 129 of file d4d_check_box.h.