diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2004-03-01 02:05:02 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2004-03-01 02:05:02 +0000 |
| commit | c5d30baf60c5b8acd81a6fa5dd5ea0b2392de10e (patch) | |
| tree | 2d2e8de45c1b2c2e8a08acb7fe41b85d2c911c4d /documentation/Fl_Input_.html | |
| parent | 2cbbe8180d5a986f69c94f22fc1fa966985b7527 (diff) | |
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
Diffstat (limited to 'documentation/Fl_Input_.html')
| -rw-r--r-- | documentation/Fl_Input_.html | 9 |
1 files changed, 5 insertions, 4 deletions
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)</A></H4> leave the mark and position after it. If <TT>l</TT> is not zero then it is assumed to be <TT>strlen(t)</TT>. -<H4><A name="Fl_Input_.copy">int Fl_Input_::copy()</A></H4> +<H4><A name="Fl_Input_.copy">int Fl_Input_::copy(int clipboard)</A></H4> <P>Put the current selection between <TT>mark()</TT> and -<TT>position()</TT> into the clipboard. Does not replace the -old clipboard contents if <TT>position()</TT> and -<TT>mark()</TT> are equal. +<TT>position()</TT> into the specified clipboard. Does not +replace the old clipboard contents if <TT>position()</TT> and +<TT>mark()</TT> are equal. Clipboard 0 maps to the current text +selection and clipboard 1 maps to the cut/paste clipboard. <H4><A name="Fl_Input_.undo">int Fl_Input_::undo()</A></H4> |
