SWIGged updates for wxMac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@21080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-06-12 18:38:12 +00:00
parent 0c1c17961d
commit 61762bf46f
2 changed files with 44 additions and 2 deletions

View File

@@ -224,8 +224,9 @@ class wxCursorPtr(wxGDIObjectPtr):
return "<%s.%s instance; proxy of C++ wxCursor instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this)
def __nonzero__(self): return self.Ok()
class wxCursor(wxCursorPtr):
def __init__(self,this):
self.this = this
def __init__(self,*_args,**_kwargs):
self.this = gdic.new_wxCursor(*_args,**_kwargs)
self.thisown = 1