]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/windows.i
fix for preserving the clip rgn (control redraws missing after switch to faster redra...
[wxWidgets.git] / wxPython / src / windows.i
index ca44e8ddb53d95ea147d325ffac632b4039a4526..41c469a0386dae767fbe05322d10915caab6c2ea 100644 (file)
@@ -202,7 +202,7 @@ public:
     void CentreOnScreen(int direction = wxBOTH );
     void CenterOnScreen(int direction = wxBOTH );
 
-    void Clear();
+    void ClearBackground();
 
     // (uses apply'ed INOUT typemap, see above)
     %name(ClientToScreenXY)void ClientToScreen(int* x, int* y);