git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26158
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
+#if defined(__WXMSW__) || defined(__WXMAC__)
%{
#include <wx/metafile.h>
%{
#include <wx/metafile.h>
int GetWidth();
int GetHeight();
int GetWidth();
int GetHeight();
const wxString& GetFileName() const;
const wxString& GetFileName() const;
%pythoncode { def __nonzero__(self): return self.Ok() }
};
%pythoncode { def __nonzero__(self): return self.Ok() }
};