1999-07-07 18:04:58 -04:00
|
|
|
<html>
|
1999-10-10 16:20:43 -04:00
|
|
|
<head><title>Widgets demo</title></head>
|
1999-07-07 18:04:58 -04:00
|
|
|
<body>
|
1999-10-10 16:20:43 -04:00
|
|
|
<h3>wxHtmlWidgetCell demonstration</h3>
|
1999-07-07 18:04:58 -04:00
|
|
|
|
|
|
|
There is binded window somewhere around. Enjoy it.
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<center>
|
2002-03-19 18:40:37 -05:00
|
|
|
<mybind name="experimental binded window" x=300 y=500>
|
1999-07-07 18:04:58 -04:00
|
|
|
</center>
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
<mybind name="(small one)" x=150 y=30>
|
|
|
|
<hr>
|
|
|
|
|
2002-03-19 18:40:37 -05:00
|
|
|
<mybind name="a widget with floating width" float=y x="50" y=50>
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
Here you can find multiple widgets at the same line:<br>
|
|
|
|
here
|
|
|
|
<mybind name="widget_1" x="100" y=30>
|
|
|
|
...and here:
|
|
|
|
<mybind name="widget_2" x="150" y=30>
|
1999-07-07 18:04:58 -04:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|