Changeset 2380 for trunk/include/win/scroll.h
- Timestamp:
- Jan 9, 2000, 3:13:13 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/scroll.h
r1334 r2380 1 /* $Id: scroll.h,v 1. 5 1999-10-17 12:18:50cbratschi Exp $ */1 /* $Id: scroll.h,v 1.6 2000-01-09 14:13:12 cbratschi Exp $ */ 2 2 3 3 /* … … 23 23 } SCROLLBAR_INFO; 24 24 25 VOID SCROLL_SubclassScrollBars(HWND hwndHorz,HWND hwndVert); 25 VOID SCROLL_DrawScrollBar(HWND hwnd,HDC hdc,INT nBar,BOOL arrows,BOOL interior); 26 LRESULT SCROLL_HandleScrollEvent(HWND hwnd,WPARAM wParam,LPARAM lParam,INT nBar,UINT msg); 26 27 27 28 extern LRESULT WINAPI ScrollBarWndProc( HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam );
Note:
See TracChangeset
for help on using the changeset viewer.