New wxHtml stuff, including a TagHandler for placing wxPython widgets
authorRobin Dunn <robin@alldunn.com>
Fri, 17 Sep 1999 05:55:00 +0000 (05:55 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 17 Sep 1999 05:55:00 +0000 (05:55 +0000)
commite166644c534521f311e4f010b0829c7c9951e7a3
treef0d1abf32d517c213cd92bf4065466721aca43f5
parent2819545569bbbfcade45a1bfe91d7c53b7c82f5d
New wxHtml stuff, including a TagHandler for placing wxPython widgets
on the html page.

Some other tweaks and fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
19 files changed:
utils/wxPython/demo/About.py [new file with mode: 0644]
utils/wxPython/demo/Main.py
utils/wxPython/demo/data/test.htm
utils/wxPython/demo/data/widgetTest.htm [new file with mode: 0644]
utils/wxPython/demo/widgetTest.py [new file with mode: 0644]
utils/wxPython/demo/wxGLCanvas.py
utils/wxPython/demo/wxHtmlWindow.py
utils/wxPython/demo/wxListCtrl.py
utils/wxPython/demo/wxScrolledWindow.py
utils/wxPython/lib/wxpTag.py [new file with mode: 0644]
utils/wxPython/modules/html/_extras.py [new file with mode: 0644]
utils/wxPython/modules/html/build.cfg
utils/wxPython/modules/html/html.cpp
utils/wxPython/modules/html/html.i
utils/wxPython/modules/html/html.py
utils/wxPython/modules/ogl/_extras.py
utils/wxPython/src/controls2.i
utils/wxPython/src/helpers.cpp
utils/wxPython/src/msw/controls2.cpp