X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c7134e1c9c054327d689887ca127ee82a8f93672..515a31bf6503ba2e66be621019c8b92fa31d48a3:/include/wx/richtext/richtextctrl.h diff --git a/include/wx/richtext/richtextctrl.h b/include/wx/richtext/richtextctrl.h index 47f36c38d2..6df1e6efde 100644 --- a/include/wx/richtext/richtextctrl.h +++ b/include/wx/richtext/richtextctrl.h @@ -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 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.