]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_font.i
reSWIGged
[wxWidgets.git] / wxPython / src / _font.i
index 2805c2279e15c76043c4606aa63ca93f91796e85..51a138b0c535f7dff08b20e64940d8ac3e3c021d 100644 (file)
@@ -240,7 +240,9 @@ public:
 
     // accessors and modifiers for the font elements
     int GetPointSize() const;
+#ifdef __WXMSW__
     wxSize GetPixelSize() const;
+#endif
     wxFontStyle GetStyle() const;
     wxFontWeight GetWeight() const;
     bool GetUnderlined() const;
@@ -249,7 +251,9 @@ public:
     wxFontEncoding GetEncoding() const;
 
     void SetPointSize(int pointsize);
+#ifdef __WXMSW__
     void SetPixelSize(const wxSize& pixelSize);
+#endif
     void SetStyle(wxFontStyle style);
     void SetWeight(wxFontWeight weight);
     void SetUnderlined(bool underlined);