]> git.saurik.com Git - wxWidgets.git/commit
Add wxMarkupParser::Strip().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Feb 2011 12:46:48 +0000 (12:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Feb 2011 12:46:48 +0000 (12:46 +0000)
commit5eb051a73b6e97d0da522f45d20bb86e1507f253
treee0fc740fc1a3fe4d9038550d2e8f7d2bb73faaf7
parent9bb9964e261781d575353864cc027b3ca8ba445e
Add wxMarkupParser::Strip().

This helper function strips all markup tags from the string (and also decodes
the XML entities in it).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/private/markupparser.h
src/common/markupparser.cpp
tests/controls/markuptest.cpp