]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/stc.h.in
call wxApp::OnExceptionInMainLoop() when an exception occurs (refactored the change...
[wxWidgets.git] / src / stc / stc.h.in
index 34b5c6c0671e0c67210ff6a24a6d2c509f4e9f2c..f28b7fd7acb68be670448699ee6f2b4ff2031080 100644 (file)
@@ -210,7 +210,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();
+    
 
 //----------------------------------------------------------------------