Add a class for parsing simple markup.

This code is not used anywhere yet, this commit only adds the parser for the
markup and the related classes as well as the corresponding unit test.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67048 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2011-02-27 12:46:42 +00:00
parent b1bf7dc722
commit 9bb9964e26
23 changed files with 976 additions and 0 deletions

View File

@@ -393,6 +393,10 @@ SOURCE=.\controls\listviewtest.cpp
# End Source File
# Begin Source File
SOURCE=.\controls\markuptest.cpp
# End Source File
# Begin Source File
SOURCE=.\graphics\measuring.cpp
# End Source File
# Begin Source File