X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3ed946f2835520aeae67c69582c068bf2e109008..3ded4b22fe0fa21b6bada0beede43cb4d06b233f:/include/wx/gtk/menu.h diff --git a/include/wx/gtk/menu.h b/include/wx/gtk/menu.h index b73dfc1c13..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); @@ -84,9 +84,6 @@ public: // TODO: virtual void SetTitle(const wxString& title); - // implementation - int FindMenuIdByMenuItem( GtkWidget *menuItem ) const; - // implementation GTK only GtkWidget *m_menu; // GtkMenu GtkWidget *m_owner;