]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/carbon/font.h
add wxSP_THIN_SASH for completeness (#9902)
[wxWidgets.git] / include / wx / osx / carbon / font.h
index a9f62f22c9d8b3c9b413b6956f4871858891fd5d..c51f9edcbae827a7f23f39482c351e96d2e72d97 100644 (file)
@@ -50,7 +50,9 @@ public:
 
     bool Create(const wxNativeFontInfo& info);
 
+#if wxOSX_USE_CARBON
     bool MacCreateFromThemeFont( wxUint16 themeFontID ) ;
+#endif
 #if wxOSX_USE_CORE_TEXT
     bool MacCreateFromUIFont( wxUint32 coreTextFontType );
     bool MacCreateFromCTFontDescriptor( const void * ctFontDescriptor, int pointSize = 0 );