]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/stc/stc.h.in
Rework modal dialog code to not depend on now obsolete wxDIALOG_MODAL flag.
[wxWidgets.git] / contrib / 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();
+    
 
 //----------------------------------------------------------------------