]> git.saurik.com Git - wxWidgets.git/commit
Add possibility to hide and show again wxRibbonBar pages.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 13 Jul 2012 11:46:43 +0000 (11:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 13 Jul 2012 11:46:43 +0000 (11:46 +0000)
commit5c14ec264057d86fe60b2bacc09965492652cc0f
tree0ecebbb9a34f6ca39326b49ddec7ee325e1580e3
parent516fdb4f52d6fe326f3dfc040f58fb482c3d4b9c
Add possibility to hide and show again wxRibbonBar pages.

Added wxRibbonBar::ShowPage(), HidePage() and IsPageShown() methods and show
them in the sample.

Also add GetPageNumber() helper.

Closes #14471.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72070 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