]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/window.h
Applied [ 799292 ] wxWizard and Validator Bug and Fix
[wxWidgets.git] / include / wx / gtk / window.h
index 13adf9b21fe2f63c4e3e826365b8b47d6921f94d..f5c690f5bc9ef60ae71b430d7b8e7f199bae7023 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef __GTKWINDOWH__
 #define __GTKWINDOWH__
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface
 #endif
 
@@ -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 );