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