Ignore:
Timestamp:
Sep 26, 1999, 12:10:02 PM (26 years ago)
Author:
sandervl
Message:

Scrollbar changes

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 dengert Exp $ */
     1/* $Id: oslibwin.h,v 1.5 1999-09-26 10:09:59 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    242242BOOL  OSLibWinMapWindowPoints (HWND hwndFrom, HWND hwndTo, OSLIBPOINT *pptl, ULONG num);
    243243
     244#define OSLIB_HSCROLL   0
     245#define OSLIB_VSCROLL   1
     246BOOL  OSLibWinEnableScrollBar(HWND hwndParent, int scrollBar, BOOL fEnable);
     247BOOL  OSLibWinShowScrollBar(HWND hwndParent, int scrollBar, BOOL fShow);
     248void  OSLibTranslateScrollCmdAndMsg(ULONG *msg, ULONG *scrollcmd);
     249
    244250#endif //__OSLIBWIN_H__
Note: See TracChangeset for help on using the changeset viewer.