Ignore:
Timestamp:
Jan 9, 2000, 3:14:25 PM (26 years ago)
Author:
cbratschi
Message:

scrollbar support and many other things

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/new/pmframe.h

    r2377 r2381  
    1 /* $Id: pmframe.h,v 1.2 2000-01-08 16:47:48 cbratschi Exp $ */
     1/* $Id: pmframe.h,v 1.3 2000-01-09 14:14:23 cbratschi Exp $ */
    22/*
    33 * Win32 Frame Managment Code for OS/2
     
    1010
    1111PVOID FrameSubclassFrameWindow(Win32BaseWindow *win32wnd);
    12 VOID  FrameSetBorderSize(Win32BaseWindow *win32wnd,BOOL resize);
    13 UINT  FrameGetDefSizeBorderSize(VOID);
    14 VOID  FrameTrackFrame(Win32BaseWindow *win32wnd,BOOL lefttop);
    15 BOOL  FrameCreateScrollBars(Win32BaseWindow *win32wnd,BOOL createHorz,BOOL createVert,BOOL updateFrame,DWORD *flags = NULL);
    16 VOID  FrameGetScrollBarHandles(Win32BaseWindow *win32wnd,BOOL getHorz,BOOL getVert);
    17 BOOL  FrameShowScrollBars(Win32BaseWindow *win32wnd,BOOL changeHorz,BOOL changeVert,BOOL fShow,BOOL updateFrame,DWORD *flags = NULL);
    1812VOID  FrameUpdateFrame(Win32BaseWindow *win32wnd,DWORD flags);
    1913
     
    4842#define HTSIZELAST_W          HTBOTTOMRIGHT_W
    4943
    50 DWORD FrameHitTest(Win32BaseWindow *win32wnd,INT x,INT y);
    51 
    5244#define TFOS_LEFT                    0x0001
    5345#define TFOS_TOP                     0x0002
Note: See TracChangeset for help on using the changeset viewer.