gen code update

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2000-06-10 20:30:52 +00:00
parent 04ae894cf4
commit 4320a952c6
2 changed files with 0 additions and 41 deletions

View File

@@ -855,9 +855,6 @@ class wxImageListPtr :
def Replace(self, *_args, **_kwargs):
val = apply(gdic.wxImageList_Replace,(self,) + _args, _kwargs)
return val
def ReplaceIcon(self, *_args, **_kwargs):
val = apply(gdic.wxImageList_ReplaceIcon,(self,) + _args, _kwargs)
return val
def Draw(self, *_args, **_kwargs):
val = apply(gdic.wxImageList_Draw,(self,) + _args, _kwargs)
return val