]> git.saurik.com Git - wxWidgets.git/commit
Virtualize showing/hiding the pages in wxBookCtrlBase.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Aug 2012 20:21:29 +0000 (20:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Aug 2012 20:21:29 +0000 (20:21 +0000)
commit2e18fe7139558b3cb592a04a4e4668319a966ebf
treeb6804274b74a29eeefed056d43cc1e12e2cf5919
parent9ed3454e3d06f99510cd203419c40c46a0370c08
Virtualize showing/hiding the pages in wxBookCtrlBase.

No real changes, just make it possible to change how the pages are hidden and
shown in the derived classes. This is not used by any of them yet, but will be
used by wxSimplebook soon.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/bookctrl.h
src/common/bookctrl.cpp