]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/menu.h
added helpwxht.h
[wxWidgets.git] / include / wx / gtk1 / menu.h
index 78a429d06587c7a1ae202b4ae9ada5b18164bc0c..c4398fa1687ca4ed32e399d79c0cb89368eee7f4 100644 (file)
@@ -120,10 +120,9 @@ public:
 #endif
     wxMenu( const wxString& title = wxEmptyString, long style = 0 )
     {
-        Init(title, style, NULL);
+        Init(title, style);
     }
 
-    wxMenu( long style );
     ~wxMenu();
 
     // operations
@@ -203,7 +202,7 @@ private:
     void Init( const wxString& title,
                long style
 #ifdef WXWIN_COMPATIBILITY
-               , const wxFunction func
+               , const wxFunction func = (wxFunction) NULL
 #endif
                );