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

    r1511 r1693  
    1 /* $Id: pmframe.h,v 1.3 1999-10-29 16:06:55 cbratschi Exp $ */
     1/* $Id: pmframe.h,v 1.4 1999-11-10 17:11:30 cbratschi Exp $ */
    22/*
    33 * Win32 Frame Managment Code for OS/2
     
    1313UINT  FrameGetDefSizeBorderSize(VOID);
    1414VOID  FrameTrackFrame(Win32BaseWindow *win32wnd,BOOL lefttop);
     15BOOL  FrameCreateScrollBars(Win32BaseWindow *win32wnd,BOOL createHorz,BOOL createVert,BOOL updateFrame,DWORD *flags = NULL);
     16VOID  FrameGetScrollBarHandles(Win32BaseWindow *win32wnd,BOOL getHorz,BOOL getVert);
     17BOOL  FrameShowScrollBars(Win32BaseWindow *win32wnd,BOOL changeHorz,BOOL changeVert,BOOL fShow,BOOL updateFrame,DWORD *flags = NULL);
     18VOID  FrameUpdateFrame(Win32BaseWindow *win32wnd,DWORD flags);
    1519
    1620#endif
Note: See TracChangeset for help on using the changeset viewer.