]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/classic/menu.h
added wxUSE_ABOUTDLG
[wxWidgets.git] / include / wx / mac / classic / menu.h
index e7a23bf876af8bea03ea946a7f130ac83a4c0219..3add9b86e608409b0586d0f53f7e46cae41c9334 100644 (file)
@@ -6,16 +6,12 @@
 // Created:     1998-01-01
 // RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_MENU_H_
 #define _WX_MENU_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "menu.h"
-#endif
-
 class WXDLLEXPORT wxFrame;
 
 #include "wx/arrstr.h"
@@ -108,7 +104,7 @@ public:
         // unused under MSW
     wxMenuBar(long style);
         // menubar takes ownership of the menus arrays but copies the titles
-    wxMenuBar(int n, wxMenu *menus[], const wxString titles[]);
+    wxMenuBar(size_t n, wxMenu *menus[], const wxString titles[], long style = 0);
     virtual ~wxMenuBar();
 
     // menubar construction