X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e6ff5ac9ef1cea6aaed706fb26156d2ce02a4bdf..8366ae934aab9f835747b0c2e456231e8795fe78:/samples/html/test/test.htm diff --git a/samples/html/test/test.htm b/samples/html/test/test.htm index cd3cd9ac57..3ed975e157 100644 --- a/samples/html/test/test.htm +++ b/samples/html/test/test.htm @@ -6,10 +6,17 @@ + click here to go to tables test page!

click here to go to IMAGEMAPs test page! - +

+i18n demo 1 (iso8859-2) +

+i18n demo 2 (cp1250) + +

+Agrave = 'à'

This is - - default text, now switching to

@@ -234,9 +241,9 @@ twotwo TWO Now, you will see some PRE text:

// This is sample C++ code:
 
-void main(int argc, char *argv[])
+void main(int argc, char *argv[])
 {
-    printf("Go away, man!\n");
+    printf("Go away, man!\n");
     i = 666;
     printf("\n\n\nCRASH\n  DOWN NOW. . .  \n");
 }
@@ -319,5 +326,19 @@ continue as before, ok? ?? +

Justified paragraph:

+ +

+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. +

+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. + +