+ self.this = clip_dndc.new_wxURLDataObject(*_args,**_kwargs)
+ self.thisown = 1
+
+
+
+
+class wxMetafileDataObjectPtr(wxDataObjectSimplePtr):
+ def __init__(self,this):
+ self.this = this
+ self.thisown = 0
+ def SetMetafile(self, *_args, **_kwargs):
+ val = clip_dndc.wxMetafileDataObject_SetMetafile(self, *_args, **_kwargs)
+ return val
+ def GetMetafile(self, *_args, **_kwargs):
+ val = clip_dndc.wxMetafileDataObject_GetMetafile(self, *_args, **_kwargs)
+ return val
+ def __repr__(self):
+ return "<%s.%s instance; proxy of C++ wxMetafileDataObject instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this)
+class wxMetafileDataObject(wxMetafileDataObjectPtr):
+ def __init__(self,*_args,**_kwargs):
+ self.this = clip_dndc.new_wxMetafileDataObject(*_args,**_kwargs)