Changeset 2437 for trunk/src/user32/new/oslibwin.h
- Timestamp:
- Jan 14, 2000, 3:45:18 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/oslibwin.h
r2406 r2437 1 /* $Id: oslibwin.h,v 1. 29 2000-01-11 13:06:26 sandervl Exp $ */1 /* $Id: oslibwin.h,v 1.30 2000-01-14 14:45:16 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 259 259 HWND OSLibWinObjectWindowFromID(HWND hwndOwner, ULONG ID); 260 260 261 #define OSLIB_HSCROLL 0262 #define OSLIB_VSCROLL 1263 BOOL OSLibWinEnableScrollBar(HWND hwndParent, int scrollBar, BOOL fEnable);264 261 HWND OSLibWinQueryObjectWindow(VOID); 265 ULONG OSLibWinGetScrollPos(HWND hwndParent, HWND hwndScroll);266 ULONG OSLibWinSetScrollPos(HWND hwndParent, HWND hwndScroll, int pos, int fRedraw);267 BOOL OSLibWinSetScrollRange(HWND hwndParent, HWND hwndScroll, int minpos,268 int maxpos, int fRedraw);269 BOOL OSLibWinSetScrollPageSize(HWND hwndParent, HWND hwndScroll, int pagesize,270 int totalsize, int fRedraw);271 272 void OSLibTranslateScrollCmdAndMsg(ULONG *msg, ULONG *scrollcmd);273 262 274 263 PVOID OSLibWinSubclassWindow(HWND hwnd,PVOID newWndProc);
Note:
See TracChangeset
for help on using the changeset viewer.