Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

win32wmdiclient.h

Go to the documentation of this file.
00001 /* $Id: win32wmdiclient.h,v 1.10 2001/09/19 15:39:51 sandervl Exp $ */
00002 /*
00003  * Win32 MDI Client Window Class for OS/2
00004  *
00005  * Copyright 1999 Sander van Leeuwen (sandervl@xs4all.nl)
00006  *
00007  * Project Odin Software License can be found in LICENSE.TXT
00008  *
00009  */
00010 #ifndef __WIN32WMDICLIENT_H__
00011 #define __WIN32WMDICLIENT_H__
00012 
00013 #include <win32wbase.h>
00014 #include "mdi.h"
00015 
00016 //******************************************************************************
00017 //******************************************************************************
00018 class Win32MDIClientWindow : public Win32BaseWindow
00019 {
00020 public:
00021                 Win32MDIClientWindow(CREATESTRUCTA *lpCreateStructA, ATOM classAtom, BOOL isUnicode);
00022 virtual        ~Win32MDIClientWindow();
00023 
00024 virtual  BOOL   isMDIClient();
00025 
00026 private:
00027          MDICLIENTINFO mdiClientInfo;
00028 };
00029 //******************************************************************************
00030 //******************************************************************************
00031 BOOL MDICLIENT_Register();
00032 BOOL MDICLIENT_Unregister();
00033 
00034 #endif //__WIN32WMDICLIENT_H__

Generated on Wed Jan 23 23:17:49 2002 for ODIN-user32 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001