]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/menu.h
Implement wxMenuBar::EnableTop() for wxMSW and wxGTK.
[wxWidgets.git] / include / wx / gtk / menu.h
index 943dacce35ade0712f52aaf4a9d621d18739371a..9e2f53f5a29b740a706f075e1438e7767fe63bd1 100644 (file)
@@ -33,6 +33,7 @@ public:
     virtual wxMenuItem* FindItem( int id, wxMenu **menu = NULL ) const;
 
     virtual void EnableTop( size_t pos, bool flag );
     virtual wxMenuItem* FindItem( int id, wxMenu **menu = NULL ) const;
 
     virtual void EnableTop( size_t pos, bool flag );
+    virtual bool IsEnabledTop(size_t pos) const;
     virtual void SetMenuLabel( size_t pos, const wxString& label );
     virtual wxString GetMenuLabel( size_t pos ) const;
 
     virtual void SetMenuLabel( size_t pos, const wxString& label );
     virtual wxString GetMenuLabel( size_t pos ) const;
 
@@ -51,7 +52,7 @@ public:
 
 private:
     // common part of Append and Insert
 
 private:
     // common part of Append and Insert
-    bool GtkAppend(wxMenu *menu, const wxString& title, int pos=-1);
+    void GtkAppend(wxMenu* menu, const wxString& title, int pos = -1);
 
     void Init(size_t n, wxMenu *menus[], const wxString titles[], long style);
 
 
     void Init(size_t n, wxMenu *menus[], const wxString titles[], long style);
 
@@ -99,7 +100,7 @@ private:
     void Init();
 
     // common part of Append (if pos == -1)  and Insert
     void Init();
 
     // common part of Append (if pos == -1)  and Insert
-    bool GtkAppend(wxMenuItem *item, int pos=-1);
+    void GtkAppend(wxMenuItem* item, int pos = -1);
 
 
     DECLARE_DYNAMIC_CLASS(wxMenu)
 
 
     DECLARE_DYNAMIC_CLASS(wxMenu)