From ea96591fa665c178c1bf3fc89148af533b6559da Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 13 Aug 2003 19:46:48 +0000 Subject: [PATCH] Clear --> ClearBackground git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/windows.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/src/windows.i b/wxPython/src/windows.i index ca44e8ddb5..41c469a038 100644 --- a/wxPython/src/windows.i +++ b/wxPython/src/windows.i @@ -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);