]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/_gdi.py
Add wxBK_HITTEST flags
[wxWidgets.git] / wxPython / src / mac / _gdi.py
index 8dcb433c07cb6eea5475faca852636a3631aecf8..cafbfe7229b0077cf44dfe294c78aec97f238f2e 100644 (file)
@@ -3377,7 +3377,7 @@ class DC(_core.Object):
         """
         GetPPI(self) -> Size
 
-        Resolution in Pixels per inch
+        Resolution in pixels per inch
         """
         return _gdi_.DC_GetPPI(*args, **kwargs)
 
@@ -4365,7 +4365,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)