X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5526e819eca4465ed5520d49bccfebc6a28045e0..b4fd164d9c9f7f7e98210f46d9d89d0b435cfcdc:/samples/html/test/test.htm diff --git a/samples/html/test/test.htm b/samples/html/test/test.htm index dc7ead5694..6b7123d25b 100644 --- a/samples/html/test/test.htm +++ b/samples/html/test/test.htm @@ -4,10 +4,23 @@ -
- -click here to go to tables test page! + + +click here to go to tables test page ++click here to go to lists test page +
+click here to go to IMAGEMAPs test page +
+some wxHTML regression tests +
++Agrave = 'à'
This is - - default text, now switching to
// 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"); }@@ -261,6 +274,75 @@ And link to BINARY : Unix or Windows
+ +
+
+
+plus one
+
+plus one
+
+plus one
+
+minus two
+
+
+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. +