From e2084610ad0a92d4782ea0326f6a81ee4aa6f82f Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 10 May 2002 15:42:44 +0000 Subject: Fix link errors. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2206 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Input_.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation/Fl_Input_.html') 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.

Copy all the previous contiguous cuts from the undo information to the clipboard. This is used to make ^K work. -

int Fl_Input::input_type() const -
void Fl_Input::input_type(int)

+

int Fl_Input_::input_type() const +
void Fl_Input_::input_type(int)

Gets or sets the input field type. -

int Fl_Input::readonly() const -
void Fl_Input::readonly(int)

+

int Fl_Input_::readonly() const +
void Fl_Input_::readonly(int)

Gets or sets the read-only state of the input field. -- cgit v1.2.3