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... | |
This section specifies the exact type for each typedef definition.
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.
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 |
Definition at line 88 of file d4d_scroll_bar.h.