+ virtual bool IsMDIChild() const { return TRUE; }
+
+ // common part of all ctors
+ void Init();
+
+private:
+ bool m_needsResize; // flag which tells us to artificially resize the frame
+
+ DECLARE_EVENT_TABLE()
+ DECLARE_DYNAMIC_CLASS(wxMDIChildFrame)