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

Typedefs

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

Detailed Description

This section specifies the exact type for each typedef definition.

Typedef Documentation

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

Type definition of edit box on event callback function.

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

Definition at line 98 of file d4d_edit_box.h.