diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-03-24 17:26:00 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-03-24 17:26:00 +0000 |
| commit | e07da88179cf18b98fd68a5b6515955d87729b6b (patch) | |
| tree | 16ffc65569be76c817107e944fca1cff0cad48bc /documentation/Fl_Input_.html | |
| parent | 1d7aef987ded55908ff4e24d97a8f936dd33f1f0 (diff) | |
Doco updates for 1.1.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2009 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Input_.html')
| -rw-r--r-- | documentation/Fl_Input_.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/Fl_Input_.html b/documentation/Fl_Input_.html index 18790d0ea..46a74a973 100644 --- a/documentation/Fl_Input_.html +++ b/documentation/Fl_Input_.html @@ -1,6 +1,6 @@ <HTML><BODY> <!-- NEW PAGE --> -<H2><A name=Fl_Input_>class Fl_Input_</A></H2> +<H2><A name="Fl_Input_">class Fl_Input_</A></H2> <HR> <H3>Class Hierarchy</H3> <UL> @@ -88,7 +88,7 @@ const</A></H4> <H4><A name=Fl_Input_.drawtext>void Fl_Input_::drawtext(int,int,int,int)</A> </H4> Draw the text in the passed bounding box. If <TT>damage() -FL_DAMAGE_ALL</TT> is true, this assummes the area has already been +FL_DAMAGE_ALL</TT> is true, this assumes the area has already been erased to <TT>color()</TT>. Otherwise it does minimal update and erases the area itself. <H4><A name=Fl_Input_.handletext>void Fl_Input_::handletext(int @@ -163,7 +163,7 @@ Fl_Input_::copy_cuts()</TT> afterwards. </P> l=0)</A></H4> Insert the string <TT>t</TT> at the current position, and leave the mark and position after it. If <TT>l</TT> is not zero then it is -assummed to be <TT>strlen(t)</TT>. +assumed to be <TT>strlen(t)</TT>. <H4><A name=Fl_Input_.copy>int Fl_Input_::copy()</A></H4> Put the current selection between <TT>mark()</TT> and <TT>position()</TT> into the clipboard. Does not replace the old clipboard contents if <TT> |
