]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_window.i
Simplified and extended compiler detection for OS/2.
[wxWidgets.git] / wxPython / src / _window.i
index 8903da947f39b2e6654e213b99683a30f45f5e10..66932fa7cce6c8addac4248ec24ed25a3faee88e 100644 (file)
@@ -1215,7 +1215,7 @@ to the window.", "");
     
 
     DocDeclStr(
-        void , RefreshRect(const wxRect& rect),
+        void , RefreshRect(const wxRect& rect, bool eraseBackground = true),
         "Redraws the contents of the given rectangle: the area inside it will
 be repainted.  This is the same as Refresh but has a nicer syntax.", "");