wxWidgets/utils/wxPython/modules/html
Robin Dunn 2f90df854e 1. wxHtmlHelpController and related classes
2. the C++ versions of wxSizer and firends, Python versions are
   'depreciated'
3. wxPyEvent and wxPyCommandEvent, event classes that can carry some
   python objects through the event system and safely come back out
   again.
4. wxGridSizer and wxFlexGridSizer
5. wxValidator
6. wxPyOnDemandOutputWindow
7. several tweaks, fixes and additions of missing methods, etc.
8. and probably several other things I am forgetting since CVS was
   down so long...


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-09-30 07:11:20 +00:00
..
test added wxHtmlHelpController and -System wrappers. See README for some remarks 1999-08-31 23:22:34 +00:00
_extras.py New wxHtml stuff, including a TagHandler for placing wxPython widgets 1999-09-17 05:55:00 +00:00
.cvsignore New build system for wxPython. (Still needs some polish but is stable 1999-08-24 07:46:54 +00:00
BUGS lots'o' wxpython modules files 1999-08-11 17:14:49 +00:00
build.cfg 1. wxHtmlHelpController and related classes 1999-09-30 07:11:20 +00:00
helpsys.cpp wxPython html module updates. The beginings of tag handler support. 1999-09-13 19:34:01 +00:00
helpsys.h wxPython html module updates. The beginings of tag handler support. 1999-09-13 19:34:01 +00:00
html.cpp 1. wxHtmlHelpController and related classes 1999-09-30 07:11:20 +00:00
html.i 1. wxHtmlHelpController and related classes 1999-09-30 07:11:20 +00:00
html.py 1. wxHtmlHelpController and related classes 1999-09-30 07:11:20 +00:00
htmlc.def lots'o' wxpython modules files 1999-08-11 17:14:49 +00:00
htmlhelp.cpp 1. wxHtmlHelpController and related classes 1999-09-30 07:11:20 +00:00
htmlhelp.i 1. wxHtmlHelpController and related classes 1999-09-30 07:11:20 +00:00
htmlhelp.py 1. wxHtmlHelpController and related classes 1999-09-30 07:11:20 +00:00
htmlhelper.py wxPython html module updates. The beginings of tag handler support. 1999-09-13 19:34:01 +00:00
README added wxHtmlHelpController and -System wrappers. See README for some remarks 1999-08-31 23:22:34 +00:00

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.