X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2147e6d3c72f3d1d76281612ab18b562d714d71..00491f99f4a1f19ac015fd072880093450e11b44:/include/wx/gtk/menu.h diff --git a/include/wx/gtk/menu.h b/include/wx/gtk/menu.h index 63692e98b0..ecbb311e61 100644 --- a/include/wx/gtk/menu.h +++ b/include/wx/gtk/menu.h @@ -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);