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

Typedefs

typedef void(* D4D_RDBTN_ON_CHANGE )(D4D_OBJECT *pThis)
 Type definition of radio button on change callback function. More...
 

Detailed Description

This section specifies the exact type for each typedef definition.

Typedef Documentation

typedef void(* D4D_RDBTN_ON_CHANGE)(D4D_OBJECT *pThis)

Type definition of radio button on change callback function.

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

Definition at line 143 of file d4d_radio_button.h.