]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/menu.h
When handling accelerators in wxWebView make sure that we do not block right-alt...
[wxWidgets.git] / include / wx / gtk / menu.h
index 7732a9ab842443e984a3dde3fe54a80d7357ad65..c2841074ef870a7205cdf70a7ff7b117f178c440 100644 (file)
@@ -41,10 +41,6 @@ public:
     void SetLayoutDirection(wxLayoutDirection dir);
     wxLayoutDirection GetLayoutDirection() const;
 
-    // wxMenuBar is not a top level window but it still doesn't need a parent
-    // window
-    virtual bool GTKNeedsParent() const { return false; }
-
     virtual void Attach(wxFrame *frame);
     virtual void Detach();
 
@@ -54,6 +50,10 @@ private:
 
     void Init(size_t n, wxMenu *menus[], const wxString titles[], long style);
 
+    // wxMenuBar is not a top level window but it still doesn't need a parent
+    // window
+    virtual bool GTKNeedsParent() const { return false; }
+
     GtkWidget* m_menubar;
 
     DECLARE_DYNAMIC_CLASS(wxMenuBar)