2 * Scroll Bar definitions
6 typedef struct tagHEADSSCROLL
{
20 typedef HEADSCROLL FAR
* LPHEADSCROLL
;
24 void ScrollBarButtonDown(HWND hWnd
, int nBar
, int x
, int y
);
25 void ScrollBarButtonUp(HWND hWnd
, int nBar
, int x
, int y
);
26 void ScrollBarMouseMove(HWND hWnd
, int nBar
, WORD wParam
, int x
, int y
);
27 void StdDrawScrollBar(HWND hWnd
, HDC hDC
, int nBar
, LPRECT lprect
, LPHEADSCROLL lphs
);
28 int CreateScrollBarStruct(HWND hWnd
);
29 void NC_CreateScrollBars(HWND hWnd
);