]> git.saurik.com Git - wxWidgets.git/commit - samples/ribbon/ribbondemo.cpp
Allow using wxEVT_UPDATE_UI with wxRibbonButtonBar.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 29 Dec 2011 22:05:34 +0000 (22:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 29 Dec 2011 22:05:34 +0000 (22:05 +0000)
commitf01e56249aac6a4b43b986ddfb8a5c851a5c082e
tree614d720faec1d1805642108f6f111e4455249dc5
parent9df70d797b1c2b5913cc8628ca00b97d7bfeb23f
Allow using wxEVT_UPDATE_UI with wxRibbonButtonBar.

Generate wxUpdateUIEvent for the ribbon buttons to allow updating their state
using wxEVT_UPDATE_UI. Also update the same to show this.

Closes #12003.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/ribbon/buttonbar.h
samples/ribbon/ribbondemo.cpp
src/ribbon/buttonbar.cpp