Added list style to text attributes, independent from paragraph style
authorJulian Smart <julian@anthemion.co.uk>
Tue, 17 Oct 2006 14:09:14 +0000 (14:09 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 17 Oct 2006 14:09:14 +0000 (14:09 +0000)
commit38f833b10c071603eb8d7739ab31b1c07c4576f1
tree5720411248f8fddc4d4ca3c322886ae2ee03737d
parentdaca43d84796aebb064d9c39bbcdf268cd799eb0
Added list style to text attributes, independent from paragraph style
Added list style definition
Added SetListStyle, ClearListStyle, NumberList, PromoteList to
buffer and control classes
Changed style listbox so double-click applies style instead of
single click. This allows for multiple items to be applicable,
and also in future to edit styles from this listbox without
accidentally applying the style to content.
Added wxRichTextStyleListCtrl which also shows a wxChoice for
selecting the type of style to display.
Style sheets can form a chain to allow inheritance from current
style sheet (not yet supported by style list controls).
Added PushStyleSheet/PopStyleSheet.

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