Skip to content

Commit

Permalink
Fix link errors.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2206 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
michaelrsweet committed May 10, 2002
1 parent ad95462 commit e208461
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion documentation/Fl_Input.html
Expand Up @@ -246,7 +246,6 @@ <H3>Methods</H3>
</TD><TD align=left valign=top>
<UL>
<LI><A href=#Fl_Input.index>index</A></LI>
<LI><A href=#Fl_Input.readonly>readonly</A></LI>
<LI><A href=#Fl_Input.size>size</A></LI>
</UL>
</TD><TD align=left valign=top>
Expand Down
8 changes: 4 additions & 4 deletions documentation/Fl_Input_.html
Expand Up @@ -233,13 +233,13 @@ <H4><A name="Fl_Input_.copy_cuts">int Fl_Input_::copy_cuts()</A></H4>
<P>Copy all the previous contiguous cuts from the undo
information to the clipboard. This is used to make ^K work.

<H4><A name="Fl_Input.input_type">int Fl_Input::input_type() const
<BR>void Fl_Input::input_type(int)</A></H4>
<H4><A name="Fl_Input_.input_type">int Fl_Input_::input_type() const
<BR>void Fl_Input_::input_type(int)</A></H4>

<P>Gets or sets the input field type.

<H4><A name="Fl_Input.readonly">int Fl_Input::readonly() const
<BR>void Fl_Input::readonly(int)</A></H4>
<H4><A name="Fl_Input_.readonly">int Fl_Input_::readonly() const
<BR>void Fl_Input_::readonly(int)</A></H4>

<P>Gets or sets the read-only state of the input field.

Expand Down

0 comments on commit e208461

Please sign in to comment.