| Line | |
|---|
| 1 | /* $Id: pmframe.h,v 1.3 1999-10-29 16:06:55 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 |
|
|---|
| 11 | PVOID FrameSubclassFrameWindow(Win32BaseWindow *win32wnd);
|
|---|
| 12 | VOID FrameSetBorderSize(Win32BaseWindow *win32wnd,BOOL resize);
|
|---|
| 13 | UINT FrameGetDefSizeBorderSize(VOID);
|
|---|
| 14 | VOID FrameTrackFrame(Win32BaseWindow *win32wnd,BOOL lefttop);
|
|---|
| 15 |
|
|---|
| 16 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.