]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gdi.i
reverted my locale change
[wxWidgets.git] / wxPython / src / gdi.i
index dc2e89c2ee2489f65fb92788dd1dd19b14331363..e0d67e8c1e0322d37feb74e85a32454bdaef3e51 100644 (file)
@@ -409,6 +409,7 @@ struct wxNativeFontInfo
     // reset to the default state
     void Init();
 
+#ifndef __WXGTK__
     // accessors and modifiers for the font elements
     int GetPointSize() const;
     wxFontStyle GetStyle() const;
@@ -425,6 +426,7 @@ struct wxNativeFontInfo
     void SetFaceName(wxString facename);
     void SetFamily(wxFontFamily family);
     void SetEncoding(wxFontEncoding encoding);
+#endif
 
     // it is important to be able to serialize wxNativeFontInfo objects to be
     // able to store them (in config file, for example)