]> git.saurik.com Git - wxWidgets.git/commit
Add generic wxMarkupText class implementing handling of markup.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Feb 2011 12:48:21 +0000 (12:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Feb 2011 12:48:21 +0000 (12:48 +0000)
commitc27126c7bca4ff702f6a185bb2cfba303ae20a62
treede649f53f2efd68685b1744e9dfd95698acf039b
parente29bf4b0567856d5a40d6b47ce31762ca1960bc9
Add generic wxMarkupText class implementing handling of markup.

wxMarkupText is a private class that implements generic handling of markup
strings, i.e. can measure them and render them onto a wxDC.

This class will be used for markup support in wxMSW wxButton.

Also add wxMarkupParserAttrOutput which will be useful for other wxMarkupText
implementations.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_core.dsp
build/msw/wx_vc7_core.vcproj
build/msw/wx_vc8_core.vcproj
build/msw/wx_vc9_core.vcproj
include/wx/generic/private/markuptext.h [new file with mode: 0644]
include/wx/private/markupparser.h
include/wx/private/markupparserattr.h [new file with mode: 0644]
src/generic/markuptext.cpp [new file with mode: 0644]