Styles now sorted alphabetically

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-11-26 12:47:53 +00:00
parent cbdf0fb0b8
commit 486dd03abb
2 changed files with 28 additions and 48 deletions

View File

@@ -482,6 +482,7 @@ private:
bool m_applyOnSelection; // if true, applies style on selection
wxRichTextStyleType m_styleType; // style type to display
bool m_autoSetSelection;
wxArrayString m_styleNames;
};
/*!