source: trunk/src/user32/pmframe.h@ 1693

Last change on this file since 1693 was 1693, checked in by cbratschi, 26 years ago

ShowScrollBar fix

File size: 862 bytes
Line 
1/* $Id: pmframe.h,v 1.4 1999-11-10 17:11:30 cbratschi Exp $ */
2/*
3 * Win32 Frame Managment Code for OS/2
4 *
5 * Copyright 1999 Christoph Bratschi (cbratschi@datacomm.ch)
6 *
7 */
8#ifndef __PMFRAME_H__
9#define __PMFRAME_H__
10
11PVOID FrameSubclassFrameWindow(Win32BaseWindow *win32wnd);
12VOID FrameSetBorderSize(Win32BaseWindow *win32wnd,BOOL resize);
13UINT FrameGetDefSizeBorderSize(VOID);
14VOID 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);
19
20#endif
Note: See TracBrowser for help on using the repository browser.