X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..06b781c7c630ff8c2ab30211cb4351b4cb5bfb47:/wxPython/src/msw/clip_dnd.py diff --git a/wxPython/src/msw/clip_dnd.py b/wxPython/src/msw/clip_dnd.py index 3e9416a13d..ed7fa72ee4 100644 --- a/wxPython/src/msw/clip_dnd.py +++ b/wxPython/src/msw/clip_dnd.py @@ -219,6 +219,9 @@ class wxFileDataObjectPtr(wxDataObjectSimplePtr): def GetFilenames(self, *_args, **_kwargs): val = apply(clip_dndc.wxFileDataObject_GetFilenames,(self,) + _args, _kwargs) return val + def AddFile(self, *_args, **_kwargs): + val = apply(clip_dndc.wxFileDataObject_AddFile,(self,) + _args, _kwargs) + return val def __repr__(self): return "" % (self.this,) class wxFileDataObject(wxFileDataObjectPtr): @@ -255,7 +258,7 @@ class wxCustomDataObject(wxCustomDataObjectPtr): -class wxClipboardPtr : +class wxClipboardPtr(wxObjectPtr): def __init__(self,this): self.this = this self.thisown = 0