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

Typedefs

typedef void(* D4D_SCRLBR_ON_CHANGE )(D4D_OBJECT *pThis, D4D_INDEX old_position, D4D_INDEX new_position)
 Type definition of scroll bar on change callback function. More...
 

Detailed Description

This section specifies the exact type for each typedef definition.

Typedef Documentation

typedef void(* D4D_SCRLBR_ON_CHANGE)(D4D_OBJECT *pThis, D4D_INDEX old_position, D4D_INDEX new_position)

Type definition of scroll bar on change callback function.

Parameters
pThis- pointer to scroll bar instance that call the function
old_position- the old position of the scroll bar before change
new_position- the new position of the scroll bar after change
Returns
none
Note
This is scroll bar call back function used to notify user application about On Change scroll bar event.

Definition at line 88 of file d4d_scroll_bar.h.