SWIGged updates for wxMac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20130 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-04-10 21:58:06 +00:00
parent d8ac6a6267
commit d268268837
6 changed files with 77 additions and 54 deletions

View File

@@ -345,6 +345,7 @@ class wxImagePtr(wxObjectPtr):
return val
def __repr__(self):
return "<%s.%s instance; proxy of C++ wxImage instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this)
def __nonzero__(self): return self.Ok()
class wxImage(wxImagePtr):
def __init__(self,*_args,**_kwargs):
self.this = imagec.new_wxImage(*_args,**_kwargs)