Changeset 1693 for trunk/src/user32/oslibwin.h
- Timestamp:
- Nov 10, 1999, 6:11:31 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.h
r1540 r1693 1 /* $Id: oslibwin.h,v 1.2 3 1999-11-01 19:11:41 sandervlExp $ */1 /* $Id: oslibwin.h,v 1.24 1999-11-10 17:11:29 cbratschi Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 267 267 BOOL OSLibWinEnableScrollBar(HWND hwndParent, int scrollBar, BOOL fEnable); 268 268 HWND OSLibWinQueryObjectWindow(VOID); 269 BOOL OSLibWinShowScrollBar(HWND hwndParent, HWND hwndScroll, int scrollBar, BOOL fShow, BOOL fForceChange = FALSE);270 HWND OSLibWinQueryScrollBarHandle(HWND hwndParent, int scrollBar);271 269 ULONG OSLibWinGetScrollPos(HWND hwndParent, HWND hwndScroll); 272 270 ULONG OSLibWinSetScrollPos(HWND hwndParent, HWND hwndScroll, int pos, int fRedraw);
Note:
See TracChangeset
for help on using the changeset viewer.