wxWidgets/samples/notebook
Vadim Zeitlin cc699de848 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
2012-08-30 20:21:54 +00:00
..
makefile.bcc Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
makefile.gcc Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
Makefile.in Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
makefile.unx Remove wxMGL port. 2012-01-15 14:46:41 +00:00
makefile.vc Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
makefile.wat Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
notebook_vc7.vcproj Add missing aui dependencies to the notebook sample. 2012-01-12 10:26:51 +00:00
notebook_vc8.vcproj Add missing aui dependencies to the notebook sample. 2012-01-12 10:26:51 +00:00
notebook_vc9.vcproj Add missing aui dependencies to the notebook sample. 2012-01-12 10:26:51 +00:00
notebook.bkl Add missing aui dependencies to the notebook sample. 2012-01-12 10:26:51 +00:00
notebook.cpp Added wxSimplebook class: a wxBookCtrl without controller. 2012-08-30 20:21:54 +00:00
notebook.dsp Add missing aui dependencies to the notebook sample. 2012-01-12 10:26:51 +00:00
notebook.h Added wxSimplebook class: a wxBookCtrl without controller. 2012-08-30 20:21:54 +00:00