summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-05-10 15:42:44 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-05-10 15:42:44 +0000
commite2084610ad0a92d4782ea0326f6a81ee4aa6f82f (patch)
tree3016076fea70b905929f3be0d7b9bf7529ce4944 /documentation
parentad9546204c3ba4010e451a7496880f7fc6486bd4 (diff)
Fix link errors.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2206 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Fl_Input.html1
-rw-r--r--documentation/Fl_Input_.html8
2 files changed, 4 insertions, 5 deletions
diff --git a/documentation/Fl_Input.html b/documentation/Fl_Input.html
index aba00ad86..f94b4c4f8 100644
--- a/documentation/Fl_Input.html
+++ b/documentation/Fl_Input.html
@@ -246,7 +246,6 @@ inserted.
</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>
diff --git a/documentation/Fl_Input_.html b/documentation/Fl_Input_.html
index 34858f636..18aff8a0f 100644
--- a/documentation/Fl_Input_.html
+++ b/documentation/Fl_Input_.html
@@ -233,13 +233,13 @@ Returns non-zero if any change was made.
<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.