SWIGged updates for wxGTK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-02-28 00:29:40 +00:00
parent 568e0fb6cc
commit 6a9423b5df
13 changed files with 640 additions and 214 deletions

View File

@@ -11,7 +11,7 @@ class wxDataFormatPtr :
def __init__(self,this):
self.this = this
self.thisown = 0
def __del__(self,delfunc=clip_dndc.delete_wxDataFormat):
def __del__(self, delfunc=clip_dndc.delete_wxDataFormat):
if self.thisown == 1:
delfunc(self)
def SetType(self, *_args, **_kwargs):
@@ -43,7 +43,7 @@ class wxDataObjectPtr :
def __init__(self,this):
self.this = this
self.thisown = 0
def __del__(self,delfunc=clip_dndc.delete_wxDataObject):
def __del__(self, delfunc=clip_dndc.delete_wxDataObject):
if self.thisown == 1:
delfunc(self)
def GetPreferredFormat(self, *_args, **_kwargs):
@@ -330,7 +330,7 @@ class wxDropSourcePtr :
def _setCallbackInfo(self, *_args, **_kwargs):
val = apply(clip_dndc.wxDropSource__setCallbackInfo,(self,) + _args, _kwargs)
return val
def __del__(self,delfunc=clip_dndc.delete_wxDropSource):
def __del__(self, delfunc=clip_dndc.delete_wxDropSource):
if self.thisown == 1:
delfunc(self)
def SetData(self, *_args, **_kwargs):
@@ -380,7 +380,7 @@ class wxPyDropTargetPtr(wxDropTargetPtr):
def _setCallbackInfo(self, *_args, **_kwargs):
val = apply(clip_dndc.wxPyDropTarget__setCallbackInfo,(self,) + _args, _kwargs)
return val
def __del__(self,delfunc=clip_dndc.delete_wxPyDropTarget):
def __del__(self, delfunc=clip_dndc.delete_wxPyDropTarget):
if self.thisown == 1:
delfunc(self)
def GetDataObject(self, *_args, **_kwargs):