Added a customisable formatting dialog for wxRichTextCtrl. Control the
authorJulian Smart <julian@anthemion.co.uk>
Sun, 8 Oct 2006 14:05:17 +0000 (14:05 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 8 Oct 2006 14:05:17 +0000 (14:05 +0000)
commit97ff49b3834325cfe53813aeb53d326d7661f184
tree790a51c6335daf142ccb5fb94c9ad00d2df89976
parentebf0a02930fcaaf8b78ed30a71e03619d5d07df4
Added a customisable formatting dialog for wxRichTextCtrl. Control the
visible tabs with flags passed to the constructor.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 files changed:
include/wx/richtext/richtextbulletspage.h [new file with mode: 0644]
include/wx/richtext/richtextfontpage.h [new file with mode: 0644]
include/wx/richtext/richtextformatdlg.h [new file with mode: 0644]
include/wx/richtext/richtextindentspage.h [new file with mode: 0644]
include/wx/richtext/richtextstylepage.h [new file with mode: 0644]
include/wx/richtext/richtexttabspage.h [new file with mode: 0644]
src/richtext/richtextbulletspage.cpp [new file with mode: 0644]
src/richtext/richtextfontpage.cpp [new file with mode: 0644]
src/richtext/richtextformatdlg.cpp [new file with mode: 0644]
src/richtext/richtextindentspage.cpp [new file with mode: 0644]
src/richtext/richtextstylepage.cpp [new file with mode: 0644]
src/richtext/richtexttabspage.cpp [new file with mode: 0644]