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:
@@ -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
|
||||
|
Reference in New Issue
Block a user