]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/clip_dnd.py
fixed clipping of items with icons text in report mode
[wxWidgets.git] / wxPython / src / msw / clip_dnd.py
index 3e9416a13dc6c7ab4dd08e8eb45330345a24f85c..ed7fa72ee4753b07708d58adc5870c39957984af 100644 (file)
@@ -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 "<C wxFileDataObject instance at %s>" % (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