]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/menu.h
Added wxFilePickerCtrl::SetInitialDirectory().
[wxWidgets.git] / include / wx / gtk / menu.h
index 943dacce35ade0712f52aaf4a9d621d18739371a..4f5cf6f187e32207ea10be433b362b6d99e8b7a1 100644 (file)
@@ -51,7 +51,7 @@ public:
 
 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);
 
@@ -99,7 +99,7 @@ private:
     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)