Ignore:
Timestamp:
Oct 7, 1999, 11:28:02 AM (26 years ago)
Author:
sandervl
Message:

EB's fixes + scrollbar changes

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:00 sandervl Exp $ */
     1/* $Id: oslibwin.h,v 1.9 1999-10-07 09:28:01 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    4444BOOL  OSLibWinSetWindowULong(HWND hwnd, ULONG offset, ULONG value);
    4545ULONG OSLibWinGetWindowULong(HWND hwnd, ULONG offset);
     46BOOL  OSLibSetWindowID(HWND hwnd, ULONG value);
    4647
    4748BOOL  OSLibPostMessage(HWND hwnd, ULONG msg, ULONG wParam, ULONG lParam);
     
    248249#define OSLIB_VSCROLL   1
    249250BOOL  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,
     251BOOL  OSLibWinShowScrollBar(HWND hwndParent, HWND hwndScroll, int scrollBar, BOOL fShow);
     252HWND  OSLibWinQueryScrollBarHandle(HWND hwndParent, int scrollBar);
     253ULONG OSLibWinGetScrollPos(HWND hwndParent, HWND hwndScroll);
     254ULONG OSLibWinSetScrollPos(HWND hwndParent, HWND hwndScroll, int pos, int fRedraw);
     255BOOL  OSLibWinSetScrollRange(HWND hwndParent, HWND hwndScroll, int minpos,
    254256                             int maxpos, int fRedraw);
    255 BOOL  OSLibWinSetScrollPageSize(HWND hwndParent, int scrollBar, int pagesize,
     257BOOL  OSLibWinSetScrollPageSize(HWND hwndParent, HWND hwndScroll, int pagesize,
    256258                                int totalsize, int fRedraw);
    257259
Note: See TracChangeset for help on using the changeset viewer.