Update of /cvsroot/plib/plib/demos/p-guide/doc
In directory usw-pr-cvs1:/tmp/cvs-serv380
Modified Files:
p-guide.html
Log Message:
HTML 4.0 compliance
Index: p-guide.html
===================================================================
RCS file: /cvsroot/plib/plib/demos/p-guide/doc/p-guide.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- p-guide.html 8 May 2002 22:49:55 -0000 1.1
+++ p-guide.html 14 Sep 2002 23:40:28 -0000 1.2
@@ -1,4 +1,4 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
@@ -65,6 +65,7 @@
Widget Settings</h2>
The user can control the following settings of his widget from controls
in the Status window:
+<ul>
<li>
Name (the name of the variable which is the pointer to the widget in the
program)</li>
@@ -83,8 +84,9 @@
<li>
Callbacks</li>
+</ul>
-<br>The user may also modify the size and position of his widgets directly
+The user may also modify the size and position of his widgets directly
in the Main window. To change the size, he clicks inside the widget
within five pixels of the edge and then drags the mouse to extend the widget.
To change the position he clicks inside the widget away from the edges
@@ -139,8 +141,6 @@
<br>If the user clicks on the "Quit" button, the program will stop.
Again, if there have been changes since the last code writing or clearing,
the program will ask if he is sure.
-<br>
-<br>
</body>
</html>
|