]> git.saurik.com Git - wxWidgets.git/commitdiff
applied SourceForge patch # 544164 (hidden virtual method in wxMenuBar)
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 5 Jun 2002 20:00:47 +0000 (20:00 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 5 Jun 2002 20:00:47 +0000 (20:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/menu.h
src/mac/carbon/menu.cpp
src/mac/menu.cpp

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) ;
index 213c14cd48c63c9b2897baab95a507650815cdd7..e31651102caa61ddb110b34760d1cd802045718a 100644 (file)
@@ -577,7 +577,7 @@ wxMenuBar::~wxMenuBar()
 
 }
 
-void wxMenuBar::Refresh()
+void wxMenuBar::Refresh(bool WXUNUSED(eraseBackground), const wxRect *WXUNUSED(rect))
 {
     wxCHECK_RET( IsAttached(), wxT("can't refresh unatteched menubar") );
 
index 213c14cd48c63c9b2897baab95a507650815cdd7..e31651102caa61ddb110b34760d1cd802045718a 100644 (file)
@@ -577,7 +577,7 @@ wxMenuBar::~wxMenuBar()
 
 }
 
-void wxMenuBar::Refresh()
+void wxMenuBar::Refresh(bool WXUNUSED(eraseBackground), const wxRect *WXUNUSED(rect))
 {
     wxCHECK_RET( IsAttached(), wxT("can't refresh unatteched menubar") );