Changeset 1258 for trunk/src/user32/oslibwin.h
- Timestamp:
- Oct 12, 1999, 8:14:56 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.h
r1248 r1258 1 /* $Id: oslibwin.h,v 1.1 3 1999-10-11 16:04:51 cbratschiExp $ */1 /* $Id: oslibwin.h,v 1.14 1999-10-12 18:14:56 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 260 260 #define OSLIB_VSCROLL 1 261 261 BOOL OSLibWinEnableScrollBar(HWND hwndParent, int scrollBar, BOOL fEnable); 262 BOOL OSLibWinShowScrollBar(HWND hwndParent, HWND hwndScroll, int scrollBar, BOOL fShow );262 BOOL OSLibWinShowScrollBar(HWND hwndParent, HWND hwndScroll, int scrollBar, BOOL fShow, BOOL fForceChange = FALSE); 263 263 HWND OSLibWinQueryScrollBarHandle(HWND hwndParent, int scrollBar); 264 264 ULONG OSLibWinGetScrollPos(HWND hwndParent, HWND hwndScroll);
Note:
See TracChangeset
for help on using the changeset viewer.