Ignore:
Timestamp:
Nov 10, 1999, 6:11:31 PM (26 years ago)
Author:
cbratschi
Message:

ShowScrollBar fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/oslibwin.h

    r1540 r1693  
    1 /* $Id: oslibwin.h,v 1.23 1999-11-01 19:11:41 sandervl Exp $ */
     1/* $Id: oslibwin.h,v 1.24 1999-11-10 17:11:29 cbratschi Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    267267BOOL  OSLibWinEnableScrollBar(HWND hwndParent, int scrollBar, BOOL fEnable);
    268268HWND  OSLibWinQueryObjectWindow(VOID);
    269 BOOL  OSLibWinShowScrollBar(HWND hwndParent, HWND hwndScroll, int scrollBar, BOOL fShow, BOOL fForceChange = FALSE);
    270 HWND  OSLibWinQueryScrollBarHandle(HWND hwndParent, int scrollBar);
    271269ULONG OSLibWinGetScrollPos(HWND hwndParent, HWND hwndScroll);
    272270ULONG OSLibWinSetScrollPos(HWND hwndParent, HWND hwndScroll, int pos, int fRedraw);
Note: See TracChangeset for help on using the changeset viewer.