diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-08-08 02:41:59 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-08-08 02:41:59 +0000 |
| commit | 4d2333525e1302f8869c3d939fefe40805f353b6 (patch) | |
| tree | cd67d0b49d9be3f772eb30643d5d9be1ead16958 /documentation/Fl.html | |
| parent | 4fa1a3edb4e7208b8af190c0c07f03f74f618c05 (diff) | |
Doco fix (STR #960)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4481 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl.html')
| -rw-r--r-- | documentation/Fl.html | 19 |
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 &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 &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> |
