]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
don't change WXWIN_COMPATIBLITY settings, it affects binary compatibility
[wxWidgets.git] / include / wx / window.h
index e8767aae8cf2b5eef70b86f87e0c3a52bccd4c08..c506460376086556647e90e782033fd5cd3d1478 100644 (file)
@@ -583,8 +583,8 @@ public:
         // repaint all invalid areas of the window immediately
     virtual void Update() { }
 
-        // clear the window entirely
-    virtual void Clear() = 0;
+        // clear the window background
+    virtual void ClearBackground();
 
         // freeze the window: don't redraw it until it is thawed
     virtual void Freeze() { }