]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/menu.h
Applied patch [ 596061 ] Adds more navigation buttons to preview
[wxWidgets.git] / include / wx / mac / menu.h
index 39b0f0a918806ac0bbbf89e2332d6bb03bfa0bba..63a2598097c3d5f0207330c2bf82da53c3e324e3 100644 (file)
@@ -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) ;