]>
Commit | Line | Data |
---|---|---|
5526e819 | 1 | <html> |
1b231e23 | 2 | <head><title>Widgets demo</title></head> |
5526e819 | 3 | <body> |
1b231e23 | 4 | <h3>wxHtmlWidgetCell demonstration</h3> |
5526e819 VS |
5 | |
6 | There is binded window somewhere around. Enjoy it. | |
7 | ||
8 | <hr> | |
9 | <center> | |
5cb0e7ad | 10 | <mybind name="experimental binded window" x=300 y=500> |
5526e819 VS |
11 | </center> |
12 | <hr> | |
13 | ||
14 | <mybind name="(small one)" x=150 y=30> | |
15 | <hr> | |
16 | ||
5cb0e7ad VS |
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> | |
5526e819 VS |
26 | |
27 | </body> | |
28 | </html> |