wxRTC no longer derives from wxTextCtrlBase; added wxRichTextAttr deriving from wxTex...
authorJulian Smart <julian@anthemion.co.uk>
Mon, 4 Oct 2010 08:37:31 +0000 (08:37 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 4 Oct 2010 08:37:31 +0000 (08:37 +0000)
commit2477747881e52e36c48c9252c462858f88df78ad
tree27e38a040fecff1811c54f225df072b3be586b0f
parent1d12c6e2be99ae9e7d9a75ba2540ebec7449c92e
wxRTC no longer derives from wxTextCtrlBase; added wxRichTextAttr deriving from wxTextAttr
with CSS-like attributes for future developments; removed image-specific attributes object

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65756 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
31 files changed:
include/wx/richtext/richtextbuffer.h
include/wx/richtext/richtextbulletspage.h
include/wx/richtext/richtextctrl.h
include/wx/richtext/richtextfontpage.h
include/wx/richtext/richtextformatdlg.h
include/wx/richtext/richtexthtml.h
include/wx/richtext/richtextimagedlg.h
include/wx/richtext/richtextindentspage.h
include/wx/richtext/richtextliststylepage.h
include/wx/richtext/richtextstylepage.h
include/wx/richtext/richtextstyles.h
include/wx/richtext/richtexttabspage.h
include/wx/richtext/richtextxml.h
include/wx/textctrl.h
samples/richtext/richtext.cpp
src/common/textcmn.cpp
src/richtext/richtextbuffer.cpp
src/richtext/richtextbulletspage.cpp
src/richtext/richtextctrl.cpp
src/richtext/richtextdialogs.pjd
src/richtext/richtextfontpage.cpp
src/richtext/richtextformatdlg.cpp
src/richtext/richtexthtml.cpp
src/richtext/richtextimagedlg.cpp
src/richtext/richtextindentspage.cpp
src/richtext/richtextliststylepage.cpp
src/richtext/richtextstyledlg.cpp
src/richtext/richtextstylepage.cpp
src/richtext/richtextstyles.cpp
src/richtext/richtexttabspage.cpp
src/richtext/richtextxml.cpp