reSWIGGed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-12-23 00:11:49 +00:00
parent 2bd162773d
commit 59ccbf7fec
21 changed files with 995 additions and 1001 deletions

View 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).