start.htm 520 B

12345678910111213141516171819202122232425262728
  1. <html>
  2. <head><title>Widgets demo</title></head>
  3. <body>
  4. <h3>wxHtmlWidgetCell demonstration</h3>
  5. There is binded window somewhere around. Enjoy it.
  6. <hr>
  7. <center>
  8. <mybind name="experimental binded window" x=300 y=500>
  9. </center>
  10. <hr>
  11. <mybind name="(small one)" x=150 y=30>
  12. <hr>
  13. <mybind name="a widget with floating width" float=y x="50" y=50>
  14. <hr>
  15. Here you can find multiple widgets at the same line:<br>
  16. here
  17. <mybind name="widget_1" x="100" y=30>
  18. ...and here:
  19. <mybind name="widget_2" x="150" y=30>
  20. </body>
  21. </html>