Derive wxAuiNotebook from wxBookCtrlBase. Document wxAuiNotebookEvent which now deriv...
authorSteve Lamerton <steve.lamerton@gmail.com>
Sun, 2 Oct 2011 10:29:00 +0000 (10:29 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Sun, 2 Oct 2011 10:29:00 +0000 (10:29 +0000)
commit873ff54b1f05225421d89b1256a808d673aeb269
tree12efea2ec05ede41962fd50ec3ebc1cdfea84245
parent079c683c3d30292926f74f1e06432659055c4f06
Derive wxAuiNotebook from wxBookCtrlBase. Document wxAuiNotebookEvent which now derives from wxBookCtrlEvent. Update the notebook sample to add wxAuiNotebook as an option.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
18 files changed:
docs/changes.txt
include/wx/aui/auibook.h
interface/wx/aui/auibook.h
interface/wx/bookctrl.h
samples/notebook/Makefile.in
samples/notebook/makefile.bcc
samples/notebook/makefile.gcc
samples/notebook/makefile.unx
samples/notebook/makefile.vc
samples/notebook/makefile.wat
samples/notebook/notebook.bkl
samples/notebook/notebook.cpp
samples/notebook/notebook.dsp
samples/notebook/notebook.h
samples/notebook/notebook_vc7.vcproj
samples/notebook/notebook_vc8.vcproj
samples/notebook/notebook_vc9.vcproj
src/aui/auibook.cpp