From 4d2333525e1302f8869c3d939fefe40805f353b6 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 8 Aug 2005 02:41:59 +0000 Subject: Doco fix (STR #960) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4481 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'documentation') 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.

This does nothing if the current visual is not colormapped. -

void paste(Fl_Widget &receiver);

- -

Set things up so the receiver widget will be called with an -FL_PASTE event some time in the future. The reciever -should be prepared to be called directly by this, or for it to -happen later, or possibly not at all. 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. +

void paste(Fl_Widget &receiver, int clipboard=0);

+ +

Set things up so the receiver widget will be called with an FL_PASTE event some +time in the future for the specified clipboard. The reciever +should be prepared to be called directly by this, or for +it to happen later, or possibly not at all. 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.

Fl_Widget* pushed();
void pushed(Fl_Widget*);

-- cgit v1.2.3