// Created: 1998-01-01
// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor
-// Licence: wxWidgets licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_MDI_H_
// Get the client window
inline wxMDIClientWindow *GetClientWindow() const { return m_clientWindow; };
+ // Get rect to be used to center top-level children
+ virtual void GetRectForTopLevelChildren(int *x, int *y, int *w, int *h);
// Create the client window class (don't Create the window,
// just return a new class)
virtual void ActivateNext();
virtual void ActivatePrevious();
+ virtual bool Show( bool show = true );
+
protected:
// TODO maybe have this member