+ virtual bool IsMDIChild() const { return true; }
+ virtual void DetachMenuBar();
+
+ virtual WXHICON GetDefaultIcon() const;
+
+ // common part of all ctors
+ void Init();
+
+private:
+ bool m_needsInitialShow; // Show must be called in idle time after Creation
+ bool m_needsResize; // flag which tells us to artificially resize the frame
+
+ DECLARE_EVENT_TABLE()
+ DECLARE_DYNAMIC_CLASS_NO_COPY(wxMDIChildFrame)