1. fixed wxGTK notebook which was completely broken by the merge
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 2 Jul 2001 18:34:13 +0000 (18:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 2 Jul 2001 18:34:13 +0000 (18:34 +0000)
commit07b8d7ecc39cfc6cce17156b91c6de1cfb56ce5b
tree9470ebf5f5020a979f4b6afe033198fd69721bc2
parentd1a8d972ea735b97320f5569592e58507968199b
1. fixed wxGTK notebook which was completely broken by the merge
2. added a new file for commno notebook code (nbkbase.cpp)
3. removed 'include "wx/wx.h"' from html files as I got tired of
   recompiling them

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
24 files changed:
distrib/msw/tmake/filelist.txt
include/wx/gtk/notebook.h
include/wx/gtk1/notebook.h
include/wx/msw/notebook.h
include/wx/notebook.h
src/common/nbkbase.cpp [new file with mode: 0644]
src/files.lst
src/gtk/files.lst
src/gtk/notebook.cpp
src/gtk1/files.lst
src/gtk1/notebook.cpp
src/html/helpctrl.cpp
src/html/helpfrm.cpp
src/motif/files.lst
src/msw/files.lst
src/msw/makefile.b32
src/msw/makefile.bcc
src/msw/makefile.dos
src/msw/makefile.g95
src/msw/makefile.sc
src/msw/makefile.vc
src/msw/makefile.wat
src/msw/notebook.cpp
src/univ/files.lst