summaryrefslogtreecommitdiff
path: root/documentation/Fl_Input.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-01-14 22:14:01 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-01-14 22:14:01 +0000
commit46f509f7de8b069eccaa081bbb7112a532c33e51 (patch)
treec4f21d1d9169624f784eb3e67ac4850d871210fb /documentation/Fl_Input.html
parenta98c49d088c9101fea4ac8fd544f42249be1a8fd (diff)
More image updates, minor typos, etc.
git-svn-id: file:///fltk/svn/fltk/trunk@227 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Input.html')
-rw-r--r--documentation/Fl_Input.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/Fl_Input.html b/documentation/Fl_Input.html
index 98614ffb9..8e4317022 100644
--- a/documentation/Fl_Input.html
+++ b/documentation/Fl_Input.html
@@ -27,8 +27,8 @@ 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
ISO8859-1 character set.
-<TABLE border=1>
-<TR><TD><B>Mouse button 1</B></TD><TD>Moves the cursor to this point.
+<CENTER><TABLE border=1 WIDTH=90%>
+<TR><TD WIDTH=200><B>Mouse button 1</B></TD><TD>Moves the cursor to this point.
Drag selects characters. Double click selects words. Triple click
selects all text. Shift+click extends the selection.</TD></TR>
<TR><TD><B>Mouse button 2</B></TD><TD>Insert the current X selection at
@@ -71,7 +71,7 @@ into a single &quot;undo&quot;. Often this will undo a lot more than you
expected.</TD></TR>
<TR><TD><B>Shift+move</B></TD><TD>Move the cursor but also extend the
selection.</TD></TR>
-</TABLE>
+</TABLE></CENTER>
<H3>Methods</H3>
<CENTER>
<TABLE width=90%>
@@ -176,4 +176,4 @@ fields. </LI>
<H4><A name=Fl_Input.cursor_color>Fl_Color Fl_Input::cursor_color()
const
<BR> void Fl_Input::cursor_color(Fl_Color)</A></H4>
- Get or set the color of the cursor. This is black by default. </BODY></HTML> \ No newline at end of file
+ Get or set the color of the cursor. This is black by default. </BODY></HTML>