+ def SetMetafile(*args, **kwargs):
+ """SetMetafile(wxMetafile metafile)"""
+ return _misc.MetafileDataObject_SetMetafile(*args, **kwargs)
+
+ def GetMetafile(*args, **kwargs):
+ """GetMetafile() -> wxMetafile"""
+ return _misc.MetafileDataObject_GetMetafile(*args, **kwargs)
+