]> git.saurik.com Git - wxWidgets.git/commit
Add support for showing "elevation" icon in wxMSW buttons.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 8 Feb 2010 19:52:00 +0000 (19:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 8 Feb 2010 19:52:00 +0000 (19:52 +0000)
commitf2d7fdf7b0a57a7e0bf033530148343751b5346b
treed27344fd17ffe5dd0985163159874aa9dbeb0f8e
parent126254a8d03eb3aed4dba62849e2e46a9f2ae119
Add support for showing "elevation" icon in wxMSW buttons.

Add, document and test in the widgets sample wxButton::SetAuthNeeded().

Closes #11705.

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