]> git.saurik.com Git - wxWidgets.git/commitdiff
Clear --> ClearBackground
authorRobin Dunn <robin@alldunn.com>
Wed, 13 Aug 2003 19:46:48 +0000 (19:46 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 13 Aug 2003 19:46:48 +0000 (19:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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);