| Line |  | 
|---|
| 1 | /* $Id: win32wnd.h,v 1.31 2000-01-01 14:54:57 cbratschi Exp $ */ | 
|---|
| 2 | /* | 
|---|
| 3 | * Win32 Window Class for OS/2 | 
|---|
| 4 | * | 
|---|
| 5 | * Copyright 1999 Sander van Leeuwen (sandervl@xs4all.nl) | 
|---|
| 6 | * | 
|---|
| 7 | * Project Odin Software License can be found in LICENSE.TXT | 
|---|
| 8 | * | 
|---|
| 9 | */ | 
|---|
| 10 | #ifndef __WIN32WND_H__ | 
|---|
| 11 | #define __WIN32WND_H__ | 
|---|
| 12 |  | 
|---|
| 13 | #include <win32wbase.h> | 
|---|
| 14 |  | 
|---|
| 15 | //****************************************************************************** | 
|---|
| 16 | //****************************************************************************** | 
|---|
| 17 | class Win32Window : public Win32BaseWindow | 
|---|
| 18 | { | 
|---|
| 19 | public: | 
|---|
| 20 | Win32Window(CREATESTRUCTA *lpCreateStructA, ATOM classAtom, BOOL isUnicode); | 
|---|
| 21 | virtual        ~Win32Window(); | 
|---|
| 22 |  | 
|---|
| 23 | LRESULT  DefFrameProcA(HWND hwndMDIClient, UINT Msg, WPARAM wParam, LPARAM lParam); | 
|---|
| 24 | LRESULT  DefFrameProcW(HWND hwndMDIClient, UINT Msg, WPARAM wParam, LPARAM lParam); | 
|---|
| 25 | private: | 
|---|
| 26 | }; | 
|---|
| 27 |  | 
|---|
| 28 | #endif //__WIN32WND_H__ | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.