#include "libFireBird.h"
Go to the source code of this file.
Functions | |
void | DrawScrollbar (word sbRegion, int sbX, int sbY, int sbHeight, int sbCurrent, int sbWindow, int sbMax) |
Variables | |
int | sbBackground [15][3] |
int | sbSlider [13][3] |
int | sbTopBorder [15][3] |
int | sbBotBorder [15][3] |
dword | sbArrow = RGB(176, 177, 177) |
void DrawScrollbar | ( | word | sbRegion, |
int | sbX, | ||
int | sbY, | ||
int | sbHeight, | ||
int | sbCurrent, | ||
int | sbWindow, | ||
int | sbMax | ||
) |
Definition at line 89 of file DrawScrollbar.c.
References sbArrow, sbBackground, sbBotBorder, sbSlider, sbTopBorder, TRACEENTER, and TRACEEXIT.
dword sbArrow = RGB(176, 177, 177) |
Definition at line 81 of file DrawScrollbar.c.
Referenced by DrawScrollbar().
int sbBackground[15][3] |
Definition at line 4 of file DrawScrollbar.c.
Referenced by DrawScrollbar().
int sbBotBorder[15][3] |
Definition at line 62 of file DrawScrollbar.c.
Referenced by DrawScrollbar().
int sbSlider[13][3] |
Definition at line 24 of file DrawScrollbar.c.
Referenced by DrawScrollbar().
int sbTopBorder[15][3] |
Definition at line 42 of file DrawScrollbar.c.
Referenced by DrawScrollbar().