X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b231e235b1c4724dc858409171d9d464020aac8..b911bc32a17f592214fcc37bb942ad3f355e6893:/samples/html/widget/start.htm diff --git a/samples/html/widget/start.htm b/samples/html/widget/start.htm index 2b969f425f..dfe45fe4eb 100644 --- a/samples/html/widget/start.htm +++ b/samples/html/widget/start.htm @@ -7,14 +7,22 @@ There is binded window somewhere around. Enjoy it. <hr> <center> -<mybind name="experimental binded window :-)" x=300 y=500> +<mybind name="experimental binded window" x=300 y=500> </center> <hr> <mybind name="(small one)" x=150 y=30> <hr> -<mybind name="a widget with floating width, hurray :-)" float=y x="50" y=50> +<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> </body> </html>