| Last change
 on this file since 1482 was             1333, checked in by cbratschi, 26 years ago | 
        
          | 
added WINE scrollbars to frame, fixed pmframe, WM_ENTERIDLE
 | 
        
          | File size:
            411 bytes | 
      
      
| Line |  | 
|---|
| 1 | /* $Id: pmwindow.h,v 1.2 1999-10-17 12:17:44 cbratschi Exp $ */ | 
|---|
| 2 | /* | 
|---|
| 3 | * Win32 Window Managment Code for OS/2 | 
|---|
| 4 | * | 
|---|
| 5 | * Copyright 1998-1999 Sander van Leeuwen (sandervl@xs4all.nl) | 
|---|
| 6 | * | 
|---|
| 7 | */ | 
|---|
| 8 | #ifndef __PMWINDOW_H__ | 
|---|
| 9 | #define __PMWINDOW_H__ | 
|---|
| 10 |  | 
|---|
| 11 | #define WIN32_STDCLASS  "Win32WindowClass" | 
|---|
| 12 |  | 
|---|
| 13 | BOOL InitPM(); | 
|---|
| 14 |  | 
|---|
| 15 | PVOID SubclassWithDefHandler(HWND hwnd); | 
|---|
| 16 |  | 
|---|
| 17 | void RegisterSystemClasses(ULONG hModule); | 
|---|
| 18 | void UnregisterSystemClasses(); | 
|---|
| 19 |  | 
|---|
| 20 | #endif | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.