Add wxAnyScrollHelperBase to reduce code duplication in wxVarScrollHelperBase.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 15 Sep 2013 00:15:07 +0000 (00:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 15 Sep 2013 00:15:07 +0000 (00:15 +0000)
commit010d821b3138ae39c43403da64eb0bcde9af82ae
tree7cd9bb751ea8ff62075b3882ac8ff38001e15122
parente91e1e3d5cab263883c1cee1689c898b8f7c4ecd
Add wxAnyScrollHelperBase to reduce code duplication in wxVarScrollHelperBase.

This is just a small refactoring to move some trivially common parts of
wxScrollHelperBase and wxVarScrollHelperBase in a new common base class.
This will make it possible to apply other corrections to wxVarScrollHelperBase
without having to physically duplicate the code from wxScrollHelperBase in it.

See #15357.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/scrolwin.h
include/wx/vscroll.h
src/generic/scrlwing.cpp
src/generic/vscroll.cpp