]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/_gdi.py
fix backslashes
[wxWidgets.git] / wxPython / src / msw / _gdi.py
index 78189d94bdc982527426c9d97fe24dae2b99958b..9d77970153c0d5ff6d20bb32058e4c74316c60de 100644 (file)
@@ -1127,7 +1127,7 @@ def CursorFromImage(*args, **kwargs):
     CursorFromImage(Image image) -> Cursor
 
     Constructs a cursor from a `wx.Image`. The mask (if any) will be used
-    as transparent.
+    for setting the transparent portions of the cursor.
     """
     val = _gdi_.new_CursorFromImage(*args, **kwargs)
     val.thisown = 1
@@ -4562,6 +4562,14 @@ class ImageList(_core.Object):
         """AddIcon(self, Icon icon) -> int"""
         return _gdi_.ImageList_AddIcon(*args, **kwargs)
 
+    def GetBitmap(*args, **kwargs):
+        """GetBitmap(self, int index) -> Bitmap"""
+        return _gdi_.ImageList_GetBitmap(*args, **kwargs)
+
+    def GetIcon(*args, **kwargs):
+        """GetIcon(self, int index) -> Icon"""
+        return _gdi_.ImageList_GetIcon(*args, **kwargs)
+
     def Replace(*args, **kwargs):
         """Replace(self, int index, Bitmap bitmap, Bitmap mask=NullBitmap) -> bool"""
         return _gdi_.ImageList_Replace(*args, **kwargs)