]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stc/stc.h
use HasFlag() and InXXX() instead of explicit flag testing (patch 899507)
[wxWidgets.git] / include / wx / stc / stc.h
index a9dcb71234e214e97e8d7e315e0ee0d8062bae75..fa819fb6890abc8f0aace633a5cce93313141dfc 100644 (file)
@@ -2482,7 +2482,14 @@ public:
     bool DoDropText(long x, long y, const wxString& data);
 #endif
 
+    // Specify whether anti-aliased fonts should be used.  Will have no effect
+    // on some platforms, but on some (wxMac for example) can greatly improve
+    // performance.
+    void SetUseAntiAliasing(bool useAA);
 
+    // Returns the current UseAntiAliasing setting.
+    bool GetUseAntiAliasing();
+    
 
 //----------------------------------------------------------------------