SWIGged updates for wxGTK

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

View File

@@ -227,8 +227,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