Macros | |
#define | _calc |
Functions | |
static void | D4D_ScrlBrOnMessage (D4D_MESSAGE *pMsg) |
static void | D4D_ScrlBrOnKeyDown (D4D_MESSAGE *pMsg) |
static void | D4D_ScrlBrDrawArrow (D4D_POINT *ppt, D4D_COOR size, D4D_DIRECTION dir, D4D_COLOR color) |
static void | D4D_ScrlBrValue2Coor (D4D_OBJECT *pThis) |
static void | D4D_ScrlBrOnDraw (D4D_MESSAGE *pMsg) |
void | D4D_ScrlBrSetRange (D4D_OBJECT_PTR pObj, D4D_INDEX minimum, D4D_INDEX maximum) |
The function sets the range of scroll bar scale. More... | |
void | D4D_ScrlBrSetStep (D4D_OBJECT_PTR pObj, D4D_INDEX page, D4D_INDEX step) |
The function sets the step and page of scroll bar scale. More... | |
void | D4D_ScrlBrSetPosition (D4D_OBJECT_PTR pObj, D4D_INDEX position) |
The function sets the scroll bar position. More... | |
D4D_INDEX | D4D_ScrlBrGetPosition (D4D_OBJECT_PTR pObj) |
The function gets the scroll bar position. More... | |
void | D4D_ScrlBrChangePosition (D4D_OBJECT_PTR pObj, D4D_INDEX_DELTA change) |
The function change the scroll bar position. More... | |
Variables | |
const D4D_OBJECT_SYS_FUNCTION | d4d_scroll_barSysFunc |
D4D driver scroll_bar object c file.
Definition in file d4d_scroll_bar.c.
#define _calc |
Definition at line 80 of file d4d_scroll_bar.c.
|
static |
THE INTERNAL HELP FUNCTIONS
Definition at line 241 of file d4d_scroll_bar.c.
|
static |
Definition at line 162 of file d4d_scroll_bar.c.
|
static |
Definition at line 330 of file d4d_scroll_bar.c.
|
static |
THE INTERNAL API FUNCTIONS
Definition at line 506 of file d4d_scroll_bar.c.
|
static |
Definition at line 83 of file d4d_scroll_bar.c.
const D4D_OBJECT_SYS_FUNCTION d4d_scroll_barSysFunc |
Definition at line 61 of file d4d_scroll_bar.c.