X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ec873c943d71f0d5f13e3398557071448cda6c23..a4027e74873007e3430af3bd77019bcab76f6c04:/wxPython/demo/data/widgetTest.htm diff --git a/wxPython/demo/data/widgetTest.htm b/wxPython/demo/data/widgetTest.htm deleted file mode 100644 index 38e0297189..0000000000 --- a/wxPython/demo/data/widgetTest.htm +++ /dev/null @@ -1,70 +0,0 @@ - - - - - -wxHTML does wxPython! - - -

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 button below is added to the page like this: - -

-<center><wxp module="wx" class="Button" width="50%">
-    <param name="label" value="It works!">
-    <param name="id"    value="ID_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. -

-


-

-This is the same widget reused three times, each with a different -parameter value. Source code is here. -

- - - - - - - - - - - - -


- -Recognize this one?
- - - -


-You can also embed other wxHtmlWindows!
-

- - -
-