From 3d9d1df8d11fcb80f9936336d59b439d91c26773 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 10 Oct 2002 20:06:13 +0000 Subject: [PATCH] No real change, just added some whitespace for readability and testing the new syncmail code git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/data/widgetTest.htm | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/wxPython/demo/data/widgetTest.htm b/wxPython/demo/data/widgetTest.htm index 22d6398914..c88f019b7f 100644 --- a/wxPython/demo/data/widgetTest.htm +++ b/wxPython/demo/data/widgetTest.htm @@ -4,24 +4,30 @@

Mixing wxPython and wxHTML

-The widgets on this page were created dynamically on the fly by a custom -wxTagHandler found in wxPython.lib.wxpTag. You can look at the sources -and doc-string here. + +The widgets on this page were created dynamically on the fly by a +custom wxTagHandler found in wxPython.lib.wxpTag. You can look at the +sources and doc-string here. +

The button below is added to the page like this: +

 <center><wxp class="wxButton" width="50%">
     <param name="label" value="It works!">
     <param name="id"    value="wxID_OK">
 </wxp></center>
 
+
+
+

Notice that the button click event is actually caught by the panel that contains this window, which then logs it in the window below.