wxWidgets/contrib/samples/applet/index.html
Robert Roebling db157a6cf8 Made the applet code compile under GTK.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-05-06 17:41:54 +00:00

22 lines
347 B
HTML

<html>
<head><title>Widgets demo</title></head>
<body text="#000000" bgcolor="#D0D0D0">
<h3>wxHtmlWidgetCell demonstration</h3>
There is an embedded window somewhere around. Enjoy it.
<A HREF="about.html">About...</A>
<insert "wxChipsetName">
<hr>
<center>
<embed applet="MonitorApplet" width=100 height=100>
</center>
<hr>
</body>
</html>