wxWidgets/utils/wxPython/modules/html
Robin Dunn 65dd82cbce wxPython stuff:
1. Added test for HTML printing
  2. Update wxFontEnumerator
  3. wxPyEvent and wxPyCommandEvent derived classes now return the
     actual Python object in the event handler.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-11-07 07:49:09 +00:00
..
test
_extras.py wxPython stuff: 1999-11-06 08:30:23 +00:00
.cvsignore
BUGS
build.cfg 1. wxHtmlHelpController and related classes 1999-09-30 07:11:20 +00:00
helpsys.cpp
helpsys.h
html.cpp wxPython stuff: 1999-11-07 07:49:09 +00:00
html.i wxPython stuff: 1999-11-07 07:49:09 +00:00
html.py wxPython stuff: 1999-11-06 08:30:23 +00:00
htmlc.def
htmlhelp.cpp wxPython stuff: 1999-11-06 08:30:23 +00:00
htmlhelp.i Added wxPython support of new HTML Printing classes. 1999-10-29 22:21:54 +00:00
htmlhelp.py Added wxPython support of new HTML Printing classes. 1999-10-29 22:21:54 +00:00
htmlhelper.py
README

Aug. 2 1999 Harm van der Heijden

What's in here:

html
	-- minimal wrap of Vaclaf Slavik's wxHTML (now part of
	wxWindows); only parts of the wxHtmlWindow class are used.
	Testsample htmlview.py.
	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.