]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtext/richtextctrl.h
Add forceTrueColour option to SetBestVisual().
[wxWidgets.git] / include / wx / richtext / richtextctrl.h
index 59842b1a142d9ce08de3db8c82522543e93a6d85..6df1e6efde4f33523c564b3c730d495c3a2bd762 100644 (file)
@@ -184,10 +184,11 @@ public:
     virtual bool GetStyle(long position, wxTextAttrEx& style);
     virtual bool GetStyle(long position, wxRichTextAttr& style);
 
+/*
     // get the common set of styles for the range
-    virtual bool GetStyleForRange(const wxRichTextRange& range, wxRichTextAttr& style);
-    virtual bool GetStyleForRange(const wxRichTextRange& range, wxTextAttrEx& style);
-
+    bool GetStyleForRange(const wxRichTextRange& range, wxRichTextAttr& style);
+    bool GetStyleForRange(const wxRichTextRange& range, wxTextAttrEx& style);
+*/
     // extended style setting operation with flags including:
     // wxRICHTEXT_SETSTYLE_WITH_UNDO, wxRICHTEXT_SETSTYLE_OPTIMIZE, wxRICHTEXT_SETSTYLE_PARAGRAPHS_ONLY, wxRICHTEXT_SETSTYLE_CHARACTERS_ONLY
     // see richtextbuffer.h for more details.