]> git.saurik.com Git - wxWidgets.git/commit
Add markup support to wxMSW wxButton and show it in the sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Feb 2011 12:48:26 +0000 (12:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Feb 2011 12:48:26 +0000 (12:48 +0000)
commit95912bdddeb21afe1cabc0401c0f8b8475a5e5c6
tree30a37be41d82be56b240090ed6cc5ea3bfff442f
parentc27126c7bca4ff702f6a185bb2cfba303ae20a62
Add markup support to wxMSW wxButton and show it in the sample.

Use recently added wxMarkupText to implement support for markup in wxMSW
wxButton.

Update the button page of the widgets sample to show markup support.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67065 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/button.h
samples/widgets/button.cpp
src/msw/button.cpp