]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/_gdi.py
reSWIGGed
[wxWidgets.git] / wxPython / src / msw / _gdi.py
index c7584d571ad6a0534378749b5809b719b2db099e..ce3d8648f961736ee96344ef44d5a461adfc7ddd 100644 (file)
@@ -7029,7 +7029,7 @@ class PseudoDC(_core.Object):
 
     def FindObjects(*args, **kwargs):
         """
-        FindObjects(self, int x, int y, int radius=1, wxColor bg=*wxWHITE) -> PyObject
+        FindObjects(self, int x, int y, int radius=1, Colour bg=*wxWHITE) -> PyObject
 
         Returns a list of all the id's that draw a pixel with color
         not equal to bg within radius of (x,y).