]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/menu.h
Listctrl updates
[wxWidgets.git] / include / wx / motif / menu.h
index e0b40fc05ba2cf9f96a321b1259fa6096f5f0c82..f9ebc22090cab1b54c5eb1181d59ea0f6ff70a5c 100644 (file)
@@ -188,6 +188,12 @@ class WXDLLEXPORT wxMenuBar: public wxEvtHandler
   inline WXWidget GetMainWidget() const { return m_mainWidget; }
   inline void SetMainWidget(WXWidget widget) { m_mainWidget = widget; }
 
+  // Create menubar
+  bool CreateMenuBar(wxFrame* frame);
+
+  // Destroy menubar, but keep data structures intact so we can recreate it.
+  bool DestroyMenuBar();
+
  public:
   wxEvtHandler *            m_eventHandler;
   int                       m_menuCount;