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

Typedefs

typedef void(* D4D_CMBBX_ON_EVENT )(D4D_OBJECT *pThis, D4D_EVENTID eventId)
 Type definition of combo box on event callback function. More...
 

Detailed Description

This section specifies the exact type for each typedef definition.

Typedef Documentation

typedef void(* D4D_CMBBX_ON_EVENT)(D4D_OBJECT *pThis, D4D_EVENTID eventId)

Type definition of combo box on event callback function.

Parameters
pThis- pointer to combo box instance that call the function
eventId- event type that caused this call back function
Returns
none
Note
This is combo box call back function used to notify user application about combo box events (D4D_EVENT_ONCLICK, D4D_EVENT_ONCHANGE).

Definition at line 119 of file d4d_combo_box.h.