Changeset 1334 for trunk/include/win/scroll.h
- Timestamp:
- Oct 17, 1999, 2:19:13 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/scroll.h
r1091 r1334 1 /* $Id: scroll.h,v 1. 4 1999-09-29 08:26:39 sandervlExp $ */1 /* $Id: scroll.h,v 1.5 1999-10-17 12:18:50 cbratschi Exp $ */ 2 2 3 3 /* … … 23 23 } SCROLLBAR_INFO; 24 24 25 extern LRESULT WINAPI ScrollBarWndProc( HWND hwnd, UINT uMsg, 26 WPARAM wParam, LPARAM lParam ); 27 extern void SCROLL_DrawScrollBar( HWND hwnd, HDC hdc, INT nBar, 28 BOOL arrows, BOOL interior ); 29 extern void SCROLL_HandleScrollEvent( HWND hwnd, INT nBar, 30 UINT msg, POINT pt ); 25 VOID SCROLL_SubclassScrollBars(HWND hwndHorz,HWND hwndVert); 26 27 extern LRESULT WINAPI ScrollBarWndProc( HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam ); 28 extern LRESULT WINAPI HorzScrollBarWndProc(HWND hwnd,UINT message,WPARAM wParam,LPARAM lParam ); 29 extern LRESULT WINAPI VertScrollBarWndProc(HWND hwnd,UINT message,WPARAM wParam,LPARAM lParam ); 31 30 32 31 BOOL SCROLLBAR_Register();
Note:
See TracChangeset
for help on using the changeset viewer.