reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-02-28 20:06:19 +00:00
parent 7a0c9b3917
commit 7fbf8399dd
7 changed files with 291 additions and 61 deletions

View File

@@ -4458,6 +4458,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) -> bool"""
return _gdi_.ImageList_Replace(*args, **kwargs)