]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/test/test.htm
SetPath() is now implemented in dirdlg.cpp
[wxWidgets.git] / samples / html / test / test.htm
index 39abd6a58eef181cc4bea383cbff1b945075b871..3ed975e157cde211b7beb40792cefda0b0359400 100644 (file)
@@ -16,6 +16,8 @@
 <b><a href="cp1250.htm">i18n demo 2 (cp1250)</a></b>
 </font>
 <p>
+Agrave = '&agrave;'
+<p>
 This is - - default text, now switching to
 <CENTER>
 <P>center, now still ctr, now exiting</CENTER>
@@ -239,9 +241,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[])
 {
-&nbsp;&nbsp;&nbsp; printf("Go away, man!\n");
+&nbsp;&nbsp;&nbsp; <b>printf</b>("Go away, man!\n");
 &nbsp;&nbsp;&nbsp; i = 666;
 &nbsp;&nbsp;&nbsp; printf("\n\n\nCRASH\n&nbsp; DOWN NOW. . .&nbsp; \n");
 }</PRE>
@@ -324,5 +326,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>