]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/menu.h
remove unused variables, minor cleanup
[wxWidgets.git] / include / wx / gtk / menu.h
index 63692e98b02d0db1e984cea8e94ac139c645cd53..ecbb311e619fc1a4b3ed2680cbfd9ce4da44e51d 100644 (file)
@@ -49,12 +49,12 @@ public:
     // implementation only from now on
     void SetInvokingWindow( wxWindow *win );
     void UnsetInvokingWindow( wxWindow *win );
+    GtkWidget       *m_menubar; // Public for hildon support
 
 private:
     // common part of Append and Insert
     bool GtkAppend(wxMenu *menu, const wxString& title, int pos=-1);
 
-    GtkWidget       *m_menubar;
     wxWindow        *m_invokingWindow;
 
     void Init(size_t n, wxMenu *menus[], const wxString titles[], long style);