/////////////////////////////////////////////////////////////////////////////
// Name: mdi.h
-// Purpose: documentation for wxMDIClientWindow class
+// Purpose: interface of wxMDIClientWindow
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@library{wxcore}
@category{FIXME}
- @seealso
- wxMDIChildFrame, wxMDIParentFrame, wxFrame
+ @see wxMDIChildFrame, wxMDIParentFrame, wxFrame
*/
class wxMDIClientWindow : public wxWindow
{
};
+
/**
@class wxMDIParentFrame
@wxheader{mdi.h}
@library{wxcore}
@category{managedwnd}
- @seealso
- wxMDIChildFrame, wxMDIClientWindow, wxFrame, wxDialog
+ @see wxMDIChildFrame, wxMDIClientWindow, wxFrame, wxDialog
*/
class wxMDIParentFrame : public wxFrame
{
};
+
/**
@class wxMDIChildFrame
@wxheader{mdi.h}
@library{wxcore}
@category{managedwnd}
- @seealso
- wxMDIClientWindow, wxMDIParentFrame, wxFrame
+ @see wxMDIClientWindow, wxMDIParentFrame, wxFrame
*/
class wxMDIChildFrame : public wxFrame
{
*/
void Restore();
};
+