Improve horizontal scrolling in wxRibbonControl.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 31 May 2013 23:21:11 +0000 (23:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 31 May 2013 23:21:11 +0000 (23:21 +0000)
commit0a72cae73d9040ef77dc608cdc60077810311482
tree18860b5405f2e72fd25cb9f7cd7dab5706d62323
parentff3493c0cefd6713772be9747b8a1e6d874e1afe
Improve horizontal scrolling in wxRibbonControl.

Scroll by entire "sections", i.e. panes of the ribbon, instead of scrolling by
a fixed number of pixels as it's much more useful and user-friendly to uncover
the next section entirely instead of asking the user to press on the arrow
several times before being able to use it.

Closes #15232.

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