Implement support for wxRIBBON_PANEL_EXT_BUTTON wxRibbonPanel style.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 Jun 2012 19:17:09 +0000 (19:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 Jun 2012 19:17:09 +0000 (19:17 +0000)
commit0a7ee6e0f400f0d10b158bc0396be22f59d6ad8f
tree195938c0d2e0918407a2264da485ada93bfa781a
parent07c7226468720dc9ad09db54154e67984588568e
Implement support for wxRIBBON_PANEL_EXT_BUTTON wxRibbonPanel style.

Show the "extension button" in the ribbon panel if this style is specified.

Also generate a specific event if this button is clicked.

Closes #14283.

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