]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/menu.h
Allow wxPGProperty::Hide() to be called on unattached property (see #11987)
[wxWidgets.git] / include / wx / gtk / menu.h
index d9e4e33ac9d240bd9dd6605030b63842a8358397..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);
@@ -84,13 +84,11 @@ public:
 
     // TODO: virtual void SetTitle(const wxString& title);
 
-    // implementation
-    int FindMenuIdByMenuItem( GtkWidget *menuItem ) const;
-
     // implementation GTK only
     GtkWidget       *m_menu;  // GtkMenu
     GtkWidget       *m_owner;
     GtkAccelGroup   *m_accel;
+    bool m_popupShown;
 
 protected:
     virtual wxMenuItem* DoAppend(wxMenuItem *item);