]> git.saurik.com Git - wxWidgets.git/commitdiff
renamed wxWindow::Clear() to ClearBackground() for wxGTK as well
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 13 Aug 2003 16:47:43 +0000 (16:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 13 Aug 2003 16:47:43 +0000 (16:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/window.h
include/wx/gtk1/window.h
src/gtk/window.cpp
src/gtk1/window.cpp

index 40685ab8064d87807c66567ff0bf402ed50c59ca..f5c690f5bc9ef60ae71b430d7b8e7f199bae7023 100644 (file)
@@ -69,7 +69,7 @@ public:
     virtual void Refresh( bool eraseBackground = TRUE,
                           const wxRect *rect = (const wxRect *) NULL );
     virtual void Update();
-    virtual void Clear();
+    virtual void ClearBackground();
 
     virtual bool SetBackgroundColour( const wxColour &colour );
     virtual bool SetForegroundColour( const wxColour &colour );
index 40685ab8064d87807c66567ff0bf402ed50c59ca..f5c690f5bc9ef60ae71b430d7b8e7f199bae7023 100644 (file)
@@ -69,7 +69,7 @@ public:
     virtual void Refresh( bool eraseBackground = TRUE,
                           const wxRect *rect = (const wxRect *) NULL );
     virtual void Update();
-    virtual void Clear();
+    virtual void ClearBackground();
 
     virtual bool SetBackgroundColour( const wxColour &colour );
     virtual bool SetForegroundColour( const wxColour &colour );
index 9b8fc44a59ffbeb5b728486dcef0184156174184..b966d46d21fe387c401dfd58778cf55c6f867306 100644 (file)
@@ -3862,7 +3862,7 @@ void wxWindowGTK::GtkSendPaintEvents()
     m_updateRegion.Clear();
 }
 
-void wxWindowGTK::Clear()
+void wxWindowGTK::ClearBackground()
 {
     wxCHECK_RET( m_widget != NULL, wxT("invalid window") );
 
index 9b8fc44a59ffbeb5b728486dcef0184156174184..b966d46d21fe387c401dfd58778cf55c6f867306 100644 (file)
@@ -3862,7 +3862,7 @@ void wxWindowGTK::GtkSendPaintEvents()
     m_updateRegion.Clear();
 }
 
-void wxWindowGTK::Clear()
+void wxWindowGTK::ClearBackground()
 {
     wxCHECK_RET( m_widget != NULL, wxT("invalid window") );