summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Fl.html19
1 files changed, 10 insertions, 9 deletions
diff --git a/documentation/Fl.html b/documentation/Fl.html
index 7a25de4db..66e0ab353 100644
--- a/documentation/Fl.html
+++ b/documentation/Fl.html
@@ -944,15 +944,16 @@ However the colors may flash as you move the cursor between windows.
<P>This does nothing if the current visual is not colormapped.
-<H4><A NAME="Fl.paste">void paste(Fl_Widget &amp;receiver);</A></H4>
-
-<P>Set things up so the receiver widget will be called with an <A href="enumerations.html#events">
-<tt>FL_PASTE</tt></A> event some time in the future. The reciever
-should be prepared to be called <I>directly</I> by this, or for it to
-happen <I>later</I>, or possibly <I>not at all</I>. This allows the
-window system to take as long as necessary to retrieve the paste buffer
-(or even to screw up completely) without complex and error-prone
-synchronization code in FLTK.
+<H4><A NAME="Fl.paste">void paste(Fl_Widget &amp;receiver, int clipboard=0);</A></H4>
+
+<P>Set things up so the receiver widget will be called with an <A
+href="enumerations.html#events"> <tt>FL_PASTE</tt></A> event some
+time in the future for the specified clipboard. The reciever
+should be prepared to be called <I>directly</I> by this, or for
+it to happen <I>later</I>, or possibly <I>not at all</I>. This
+allows the window system to take as long as necessary to retrieve
+the paste buffer (or even to screw up completely) without complex
+and error-prone synchronization code in FLTK.
<H4><A NAME="Fl.pushed">Fl_Widget* pushed();<BR>
void pushed(Fl_Widget*);</A></H4>