+ // Set the child's menubar into the parent frame
+ void SetChildMenuBar(wxMDIChildFrame* frame);
+
+ inline wxMenuBar* GetActiveMenuBar() const { return m_activeMenuBar; }
+
+ // Redirect events to active child first
+ virtual bool ProcessEvent(wxEvent& event);
+
+