Added wxHelpControllerHtml, derived from wxHtmlHelpControllerBase. API like
authorKarsten Ballüder <ballueder@usa.net>
Sun, 18 Jul 1999 18:09:46 +0000 (18:09 +0000)
committerKarsten Ballüder <ballueder@usa.net>
Sun, 18 Jul 1999 18:09:46 +0000 (18:09 +0000)
commit29ea4a290850e9ae79c258774fa22153a951ff7f
tree88f3ece23b42bf09673b1e1de80baf93c1eba35c
parentbfcc7d7fd037dbaa3bf7368d246f76248304f82a
Added wxHelpControllerHtml, derived from wxHtmlHelpControllerBase. API like
wxExtHelpController and fully backwards compatible with the "old" help
controller. Docs follow tomorrow. Modified sample to use it if wxHTML is
compiled in.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/helpext.h
include/wx/generic/helphtml.h
include/wx/generic/helpwxht.h [new file with mode: 0644]
include/wx/helpbase.h
samples/help/demo.cpp
src/generic/helpwxht.cpp [new file with mode: 0644]
src/gtk/Makefile.am
src/gtk1/Makefile.am