created wxBookCtrl which will be tje base class for wxNotebook and wxListbook; moved...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 20 Aug 2003 22:57:07 +0000 (22:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 20 Aug 2003 22:57:07 +0000 (22:57 +0000)
commit15aad3b9386e52524eefbd2619571a038070419b
treeae370450999f83efeb2267776fef5392f477b4aa
parent87f086bcbd6791f172e8b176d7155c614235638b
created wxBookCtrl which will be tje base class for wxNotebook and wxListbook; moved almost all of wxNotebookBase code into it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
include/wx/bookctrl.h [new file with mode: 0644]
include/wx/chkconf.h
include/wx/generic/notebook.h
include/wx/gtk/notebook.h
include/wx/gtk1/notebook.h
include/wx/mac/notebook.h
include/wx/msw/notebook.h
include/wx/notebook.h
include/wx/univ/notebook.h
src/common/bookctrl.cpp [copied from src/common/nbkbase.cpp with 65% similarity]
src/common/nbkbase.cpp
src/generic/notebook.cpp
src/univ/notebook.cpp