New HTML help system. The old controller class has been split in
authorHarco de Hilster <harcoh@caos.kun.nl>
Sun, 12 Sep 1999 17:45:34 +0000 (17:45 +0000)
committerHarco de Hilster <harcoh@caos.kun.nl>
Sun, 12 Sep 1999 17:45:34 +0000 (17:45 +0000)
commit8ec2b48446fa4f17187dcd73c3a314e4030333f6
tree037bf56400327103d18c43a38351fb9f7e67ad4c
parenta0378c28b877a68d8ef9991ce4b1433b2560d928
New HTML help system. The old controller class has been split in
three parts; basic data, a frame and a controller. Docs will appear
shortly...

All Makefiles should be correctly updated. To be sure, I put an
#error pragma in the old files, which will be removed in a few days.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3620 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
23 files changed:
Makefile.in
distrib/msw/tmake/filelist.txt
distrib/msw/tmake/vc.t
include/wx/html/helpctrl.h [new file with mode: 0644]
include/wx/html/helpdata.h [new file with mode: 0644]
include/wx/html/helpfrm.h [new file with mode: 0644]
samples/html/help/help.cpp
samples/html/help/helpfiles/another.hhc [new file with mode: 0644]
samples/html/help/helpfiles/another.hhp [new file with mode: 0644]
samples/html/help/helpfiles/another.htm [new file with mode: 0644]
src/html/helpctrl.cpp [new file with mode: 0644]
src/html/helpdata.cpp [new file with mode: 0644]
src/html/helpfrm.cpp [new file with mode: 0644]
src/html/htmlhelp.cpp
src/html/htmlhelp_io.cpp
src/html/search.cpp
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