Add markup support to generic wxStaticText implementation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Feb 2011 12:48:38 +0000 (12:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Feb 2011 12:48:38 +0000 (12:48 +0000)
commit2814e718bae5580c4464e1ef9f426704dd8d33bb
treeb00669d21c7052fa3a450f5a83d0e2e03719f8ac
parentde1cc37868e66796a66af8fc13a642a1d6a3d1db
Add markup support to generic wxStaticText implementation.

wxMarkupText allows to easily support markup in the controls that we draw
ourselves so use it in wxGenericStaticText to have a possibility to use
markup on all platforms, even those where there is no native markup support in
wxStaticText itself.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67067 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/stattextg.h
src/generic/stattextg.cpp