Changeset 1057 for trunk/src/user32/oslibwin.h
- Timestamp:
- Sep 26, 1999, 12:10:02 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.h
r1039 r1057 1 /* $Id: oslibwin.h,v 1. 4 1999-09-25 09:27:07 dengertExp $ */1 /* $Id: oslibwin.h,v 1.5 1999-09-26 10:09:59 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 242 242 BOOL OSLibWinMapWindowPoints (HWND hwndFrom, HWND hwndTo, OSLIBPOINT *pptl, ULONG num); 243 243 244 #define OSLIB_HSCROLL 0 245 #define OSLIB_VSCROLL 1 246 BOOL OSLibWinEnableScrollBar(HWND hwndParent, int scrollBar, BOOL fEnable); 247 BOOL OSLibWinShowScrollBar(HWND hwndParent, int scrollBar, BOOL fShow); 248 void OSLibTranslateScrollCmdAndMsg(ULONG *msg, ULONG *scrollcmd); 249 244 250 #endif //__OSLIBWIN_H__
Note:
See TracChangeset
for help on using the changeset viewer.