X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/139ab6fc2644f7255f1d32e964c0ab6d5468ec34..df2309bac7bdde54885189af0eaac46d8735d3f8:/samples/html/test/test.htm diff --git a/samples/html/test/test.htm b/samples/html/test/test.htm index 39abd6a58e..825ebb7ea2 100644 --- a/samples/html/test/test.htm +++ b/samples/html/test/test.htm @@ -14,8 +14,12 @@ <b><a href="8859_2.htm">i18n demo 1 (iso8859-2)</a></b> <p> <b><a href="cp1250.htm">i18n demo 2 (cp1250)</a></b> +<p> +<b><a href="regres.htm">some wxHTML regression tests</a></b> </font> <p> +Agrave = 'à' +<p> This is - - default text, now switching to <CENTER> <P>center, now still ctr, now exiting</CENTER> @@ -239,9 +243,9 @@ twotwo TWO</FONT> Now, you will see some PRE text:<p> <PRE>// This is sample C++ code: -void main(int argc, char *argv[]) +void <font color=#ff0000>main</font>(int argc, char *argv[]) { - printf("Go away, man!\n"); + <b>printf</b>("Go away, man!\n"); i = 666; printf("\n\n\nCRASH\n DOWN NOW. . . \n"); }</PRE> @@ -324,5 +328,19 @@ continue as <i>before</i>, <b>ok?</b> ?? </font> +<h2>Justified paragraph:</h2> + +<p align=justify> +A frame is a window whose size and position can (usually) be changed by the +user. It usually has thick borders and a title bar, and can optionally contain +a menu bar, toolbar and status bar. A frame can contain any window that is not +a frame or dialog. +<p align=justify> +A frame that has a status bar and toolbar created via the +CreateStatusBar/CreateToolBar functions manages these windows, and adjusts the +value returned by GetClientSize to reflect the remaining size available to +application windows. + + </BODY> </HTML>