Removed wxHTMLHelpControllerBase (putting the

implementation into wxExtHelpController.
wx/helphtml.h now includes wx/html/helpctrl.h.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20720 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-05-24 11:20:39 +00:00
parent 33a74b19c0
commit 69108ccb4e
15 changed files with 406 additions and 564 deletions

View File

@@ -19,7 +19,6 @@ ALL_SOURCES = \
generic/gridctrl.cpp \
generic/gridsel.cpp \
generic/helpext.cpp \
generic/helphtml.cpp \
generic/imaglist.cpp \
generic/laywin.cpp \
generic/listctrl.cpp \
@@ -371,7 +370,6 @@ ALL_HEADERS = \
hashmap.h \
help.h \
helpbase.h \
helphtml.h \
helpwin.h \
icon.h \
iconbndl.h \
@@ -588,7 +586,6 @@ ALL_HEADERS = \
generic/gridctrl.h \
generic/gridg.h \
generic/helpext.h \
generic/helphtml.h \
generic/imaglist.h \
generic/laywin.h \
generic/listctrl.h \
@@ -787,7 +784,6 @@ GUIOBJS = \
gridctrl.o \
gridsel.o \
helpext.o \
helphtml.o \
imaglist.o \
laywin.o \
listctrl.o \
@@ -895,7 +891,6 @@ GUI_LOWLEVEL_OBJS = \
gridctrl.o \
gridsel.o \
helpext.o \
helphtml.o \
imaglist.o \
laywin.o \
listctrl.o \