Added wxSimplebook class: a wxBookCtrl without controller.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Aug 2012 20:21:54 +0000 (20:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Aug 2012 20:21:54 +0000 (20:21 +0000)
commitcc699de848bcead97528901420ee975df1b9442a
treebf45343876864748b3dcf1a49d957c0b2004f20d
parent2e18fe7139558b3cb592a04a4e4668319a966ebf
Added wxSimplebook class: a wxBookCtrl without controller.

This new control allows the program to show one of the several pages without
allowing the user to change them (or even see that there are several of them)
himself.

This class is fully inline, so it doesn't add anything to the library and
hence doesn't need neither wxUSE_SIMPLEBOOK nor the corresponding configure
option.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/wx_core.dsp
build/msw/wx_vc7_core.vcproj
build/msw/wx_vc8_core.vcproj
build/msw/wx_vc9_core.vcproj
docs/changes.txt
docs/doxygen/mainpages/cat_classes.h
docs/doxygen/overviews/bookctrl.h
include/wx/simplebook.h [new file with mode: 0644]
interface/wx/simplebook.h [new file with mode: 0644]
samples/notebook/notebook.cpp
samples/notebook/notebook.h