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/win32wbase.h

    r1583 r1693  
    1 /* $Id: win32wbase.h,v 1.41 1999-11-03 22:04:24 cbratschi Exp $ */
     1/* $Id: win32wbase.h,v 1.42 1999-11-10 17:11:31 cbratschi Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    188188
    189189 SCROLLBAR_INFO *getScrollInfo(int nBar);
    190        HWND      getVertScrollHandle()        { return hwndVertScroll; };
    191        HWND      getHorzScrollHandle()        { return hwndHorzScroll; };
     190       HWND      getVertScrollHandle()               { return hwndVertScroll; };
     191       VOID      setVertScrollHandle(HWND newHandle) { hwndVertScroll = newHandle; }
     192       HWND      getHorzScrollHandle()               { return hwndHorzScroll; };
     193       VOID      setHorzScrollHandle(HWND newHandle) { hwndHorzScroll = newHandle; }
    192194       VOID      subclassScrollBars(BOOL subHorz,BOOL subVert);
     195       BOOL      showScrollBars(BOOL changeHorz,BOOL changeVert,BOOL fShow);
    193196
    194197       LRESULT  SendMessageA(ULONG msg, WPARAM wParam, LPARAM lParam);
Note: See TracChangeset for help on using the changeset viewer.