]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/menu.h
removed tabs; minor cosmetic cleanup
[wxWidgets.git] / include / wx / gtk1 / menu.h
index 123f23b86b58c9c8c18856eb0cf66091b9f122c0..a154a64e21491990b5e7c896e3c4a558982c44e6 100644 (file)
@@ -46,7 +46,7 @@ public:
     void UnsetInvokingWindow( wxWindow *win );
 
     // common part of Append and Insert
-    bool GtkAppend(wxMenu *menu, const wxString& title);
+    bool GtkAppend(wxMenu *menu, const wxString& title, int pos=-1);
 
 #ifndef __WXGTK20__
     GtkAccelGroup   *m_accel;
@@ -93,8 +93,8 @@ private:
     // common code for all constructors:
     void Init();
 
-    // common part of Append and Insert
-    bool GtkAppend(wxMenuItem *item);
+    // common part of Append (if pos == -1)  and Insert
+    bool GtkAppend(wxMenuItem *item, int pos=-1);
 
        GtkWidget *m_prevRadio;