added wxHtmlHelpController and -System wrappers. See README for some remarks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Harco de Hilster
1999-08-31 23:22:34 +00:00
parent 6a94433573
commit 5ca24bf4e0
9 changed files with 2241 additions and 6 deletions

View File

@@ -9,3 +9,12 @@ html
There's also a python tag handler, see htmlwidget.py for
a demonstration.
Aug. 31 1999
Added wxHtmlHelpController and wxHtmlHelpSystem wrappers
wxHtmlHelpSystem is a subclass of the controller, and is still very
rough around the edges. The idea is that it gives the python
programmer more freedom in the look'n'feel of the html help window.
Will be opening up negotiations on the wxwin list to see if
the wxHtmlController code can be reorganised in a base and GUI
part.