From c5d30baf60c5b8acd81a6fa5dd5ea0b2392de10e Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 1 Mar 2004 02:05:02 +0000 Subject: Documentation updates (STR #245, STR #250, STR #277, STR #281) Fl_Preferences incorrectly created the preferences directory before necessary (STR #247) The WIN32 project files still defined the (obsolete) FL_STATIC constant (STR #279) Fl_Text_Display::buffer() did not support NULL values, making it impossible to clean up text buffers from a subclass (STR #295) Fl_Text_Display did not support a NULL unfinishedStyleCB function (STR #241) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3219 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Input_.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'documentation/Fl_Input_.html') diff --git a/documentation/Fl_Input_.html b/documentation/Fl_Input_.html index 72792528f..5123405f3 100644 --- a/documentation/Fl_Input_.html +++ b/documentation/Fl_Input_.html @@ -223,12 +223,13 @@ l=0) leave the mark and position after it. If l is not zero then it is assumed to be strlen(t). -

int Fl_Input_::copy()

+

int Fl_Input_::copy(int clipboard)

Put the current selection between mark() and -position() into the clipboard. Does not replace the -old clipboard contents if position() and -mark() are equal. +position() into the specified clipboard. Does not +replace the old clipboard contents if position() and +mark() are equal. Clipboard 0 maps to the current text +selection and clipboard 1 maps to the cut/paste clipboard.

int Fl_Input_::undo()

-- cgit v1.2.3