]> git.saurik.com Git - wxWidgets.git/commit
Added wxRICHTEXT_SETSTYLE_RESET SetStyleEx() flag to allow for clearing attributes...
authorJulian Smart <julian@anthemion.co.uk>
Fri, 17 Nov 2006 08:33:34 +0000 (08:33 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 17 Nov 2006 08:33:34 +0000 (08:33 +0000)
commit523d2f145ef7d8e653fbe1f16797c1f0b4d91c16
tree9cb83b980cc923ae51a225d54eb9fcf60b7c95fc
parent380a5dd80316202b472967e898feba1386ea5345
Added wxRICHTEXT_SETSTYLE_RESET SetStyleEx() flag to allow for clearing attributes before setting new ones
SetStyle() now looks up and applies named paragraph or character style
Fixed a bug in text entry (taking previous paragraph's style)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/richtextbuffer.tex
docs/latex/wx/richtextctrl.tex
include/wx/richtext/richtextbuffer.h
src/richtext/richtextbuffer.cpp
src/richtext/richtextctrl.cpp