]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_dc.i
demo tweaks
[wxWidgets.git] / wxPython / src / _dc.i
index 5f27762c15d4e2fcb7e61d8777537dcdee5f4c12..e61213b4518d292109ee4bcd23c07637e5aca6a3 100644 (file)
@@ -790,7 +790,7 @@ public:
 %newgroup
 
 
-#ifdef __WXMSW__
+#if defined(__WXMSW__) || defined(__WXMAC__)
 
 %{
 #include <wx/metafile.h>
@@ -808,8 +808,10 @@ public:
     int GetWidth();
     int GetHeight();
 
+#ifdef __WXMSW__
     const wxString& GetFileName() const;
-
+#endif
+    
     %pythoncode { def __nonzero__(self): return self.Ok() }
 };