]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/menu.h
declare wxEntry() as taking char **Argv, not char *argv[]
[wxWidgets.git] / include / wx / mac / menu.h
index 39b0f0a918806ac0bbbf89e2332d6bb03bfa0bba..4c79dbf2aa36d23d126ff87614e01c8358b52ddd 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_MENU_H_
 #define _WX_MENU_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "menu.h"
 #endif
 
@@ -173,7 +173,7 @@ public:
 
     // if the menubar is modified, the display is not updated automatically,
     // call this function to update it (m_menuBarFrame should be !NULL)
-    void Refresh();
+    void Refresh(bool eraseBackground = TRUE, const wxRect *rect = (const wxRect *) NULL);
 
   void MacInstallMenuBar() ;
   void MacMenuSelect(wxEvtHandler* handler, long when , int macMenuId, int macMenuItemNum) ;