]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/test/test.htm
compilation warning fixed
[wxWidgets.git] / samples / html / test / test.htm
index cd3cd9ac5758d65b0665c9276d25c3d5cf0f30ac..8fcbdf971ebef8ec325f507f460cf6b68c3c78eb 100644 (file)
@@ -6,10 +6,15 @@
 </HEAD>
 <BODY TEXT="#000000" BGCOLOR="#B3B6E0" LINK="#0000FF" VLINK="#FF0000" ALINK="#000088">
 
+<font size=+2>
 <b><a href="tables.htm">click here to go to tables test page!</a></b>
 <p>
 <b><a href="imagemap.htm">click here to go to IMAGEMAPs test page!</a></b>
-
+<p>
+<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>
+</font>
 <p>
 This is - - default text, now switching to
 <CENTER>
@@ -319,5 +324,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>