]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/classic/font.h
reset g_SelectionBeforePopup sooner in gtk_popup_hide_callback() to ensure that GetSe...
[wxWidgets.git] / include / wx / mac / classic / font.h
index 78aa2f4d5f2f44eac7f0f700f60afa261a1da758..402a0a488bc6178f63f2ec5335755ec83068c813 100644 (file)
 #ifndef _WX_FONT_H_
 #define _WX_FONT_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "font.h"
-#endif
-
 // ----------------------------------------------------------------------------
 // wxFont
 // ----------------------------------------------------------------------------
@@ -94,7 +90,7 @@ public:
 
     // Unofficial API, don't use
     virtual void SetNoAntiAliasing( bool noAA = TRUE ) ;
-    virtual bool GetNoAntiAliasing() ;
+    virtual bool GetNoAntiAliasing() const ;
 
     // Mac-specific, risks to change, don't use in portable code
     short GetMacFontNum() const;