]> git.saurik.com Git - wxWidgets.git/commit
Add possibility to hide panels in wxRibbon.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 6 Jan 2011 22:02:07 +0000 (22:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 6 Jan 2011 22:02:07 +0000 (22:02 +0000)
commit3603e5658fbd0693f71bbe62ed0239b4f96fd4e0
treef70a41c268a2f69b0f9d1cfb1b0dec94c5ce3bce
parent3a194bda7be7c240a3856413e19d7152ecfd7439
Add possibility to hide panels in wxRibbon.

Add wxRibbonBar::{Show,Hide}Panels() and ArePanelsShown() accessor.

Also add a toggle button to the sample to test the new functionality
(unfortunately it couldn't be done by a control in the ribbon itself as there
would be no way to show the panels back then).

Closes #12707.

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