]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gdi.i
reverted my locale change
[wxWidgets.git] / wxPython / src / gdi.i
index 2bb79f4f7dd7fad25dc692505fb1f4078179d186..e0d67e8c1e0322d37feb74e85a32454bdaef3e51 100644 (file)
@@ -202,7 +202,9 @@ public:
            int desiredWidth = -1, int desiredHeight = -1);
     ~wxIcon();
 
+#ifndef __WXMAC__
     bool LoadFile(const wxString& name, long flags);
+#endif
 
     // wxGDIImage methods
 #ifdef __WXMSW__
@@ -407,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;
@@ -423,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)