Changeset 1159 for trunk/src/user32/oslibwin.h
- Timestamp:
- Oct 7, 1999, 11:28:02 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.h
r1118 r1159 1 /* $Id: oslibwin.h,v 1. 8 1999-10-04 09:56:00sandervl Exp $ */1 /* $Id: oslibwin.h,v 1.9 1999-10-07 09:28:01 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 44 44 BOOL OSLibWinSetWindowULong(HWND hwnd, ULONG offset, ULONG value); 45 45 ULONG OSLibWinGetWindowULong(HWND hwnd, ULONG offset); 46 BOOL OSLibSetWindowID(HWND hwnd, ULONG value); 46 47 47 48 BOOL OSLibPostMessage(HWND hwnd, ULONG msg, ULONG wParam, ULONG lParam); … … 248 249 #define OSLIB_VSCROLL 1 249 250 BOOL OSLibWinEnableScrollBar(HWND hwndParent, int scrollBar, BOOL fEnable); 250 BOOL OSLibWinShowScrollBar(HWND hwndParent, int scrollBar, BOOL fShow); 251 ULONG OSLibWinGetScrollPos(HWND hwndParent, int scrollBar); 252 ULONG OSLibWinSetScrollPos(HWND hwndParent, int scrollBar, int pos, int fRedraw); 253 BOOL OSLibWinSetScrollRange(HWND hwndParent, int scrollBar, int minpos, 251 BOOL OSLibWinShowScrollBar(HWND hwndParent, HWND hwndScroll, int scrollBar, BOOL fShow); 252 HWND OSLibWinQueryScrollBarHandle(HWND hwndParent, int scrollBar); 253 ULONG OSLibWinGetScrollPos(HWND hwndParent, HWND hwndScroll); 254 ULONG OSLibWinSetScrollPos(HWND hwndParent, HWND hwndScroll, int pos, int fRedraw); 255 BOOL OSLibWinSetScrollRange(HWND hwndParent, HWND hwndScroll, int minpos, 254 256 int maxpos, int fRedraw); 255 BOOL OSLibWinSetScrollPageSize(HWND hwndParent, int scrollBar, int pagesize,257 BOOL OSLibWinSetScrollPageSize(HWND hwndParent, HWND hwndScroll, int pagesize, 256 258 int totalsize, int fRedraw); 257 259
Note:
See TracChangeset
for help on using the changeset viewer.