summaryrefslogtreecommitdiff
path: root/documentation/Fl_Input.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/Fl_Input.html')
-rw-r--r--documentation/Fl_Input.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/documentation/Fl_Input.html b/documentation/Fl_Input.html
index 8e5a248d0..e0b27db16 100644
--- a/documentation/Fl_Input.html
+++ b/documentation/Fl_Input.html
@@ -20,16 +20,15 @@
</PRE>
</UL>
<H3>Description</H3>
- This is the FLTK text input widget. It displays a single line of text
+<P>This is the FLTK text input widget. It displays a single line of text
and lets the user edit it. Normally it is drawn with an inset box and
a white background. The text may contain any characters (even 0), and
will correctly display anything, using ^X notation for unprintable
control characters and \nnn notation for unprintable characters with
-the high bit set. It assummes the font can draw any characters in the
+the high bit set. It assumes the font can draw any characters in the
ISO-8859-1 character set.
-<p>
-<CENTER><TABLE border=1 WIDTH=90%>
+<CENTER><TABLE border=1 WIDTH=90% summary="Fl_Input keyboard and mouse bindings.">
<TR><TD WIDTH=200><B>Mouse button 1</B></TD><TD>Moves the cursor to
this point. Drag selects characters. Double click selects words.
@@ -104,8 +103,8 @@ inserted.
</TABLE></CENTER>
<!-- NEW PAGE -->
-<center><table border=1>
-<caption align="center">Character Composition Table</caption>
+<center><table border=1 summary="Character Composition Table">
+<caption align="top">Character Composition Table</caption>
<tr>
<th>Keys</th><th>Char</th>
<th>Keys</th><th>Char</th>
@@ -230,7 +229,7 @@ inserted.
<H3>Methods</H3>
<CENTER>
-<TABLE width=90%>
+<TABLE width=90% summary="Fl_Input methods.">
<TR><TD align=left valign=top>
<UL>
<LI><A href=#Fl_Input.Fl_Input>Fl_Input</A></LI>