]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/_gdi.py
new wxTreeEvent ctor
[wxWidgets.git] / wxPython / src / msw / _gdi.py
index f7772aafc5f9b9fea09474b1d99f106d5e9234ba..01b903b65ccd4e37c65a0268dd1d86f7cf9c373f 100644 (file)
@@ -4461,7 +4461,7 @@ class ImageList(_core.Object):
         return _gdi_.ImageList_RemoveAll(*args, **kwargs)
 
     def GetSize(*args, **kwargs):
-        """GetSize() -> (width,height)"""
+        """GetSize(index) -> (width,height)"""
         return _gdi_.ImageList_GetSize(*args, **kwargs)
 
 _gdi_.ImageList_swigregister(ImageList)