Author: manolo
Date: 2010-12-11 14:34:05 -0800 (Sat, 11 Dec 2010)
New Revision: 8013
Log:
Moved doxygen info about Fl::paste(Fl_Widget&, int) to where it belongs.
Modified:
branches/branch-1.3/FL/Fl.H
branches/branch-1.3/src/Fl.cxx
Modified: branches/branch-1.3/FL/Fl.H
===================================================================
--- branches/branch-1.3/FL/Fl.H 2010-12-11 21:41:42 UTC (rev 8012)
+++ branches/branch-1.3/FL/Fl.H 2010-12-11 22:34:05 UTC (rev 8013)
@@ -689,11 +689,19 @@
*/
static void copy(const char* stuff, int len, int clipboard = 0); // platform
dependent
/**
- Pastes the data from the selection clipboard (0) or the copy clipboard (1)
- into receiver.
- The selection clipboard is used for middle-mouse pastes and for
- drag-and-drop selections. The copy clipboard is used for traditional
- copy/cut/paste operations.
+ Pastes the data from the selection clipboard (0) or the copy clipboard (1)
+ into receiver.
+ 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 receiver
+ should be prepared to be called \e directly by this, or for
+ it to happen \e later, 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.
+
+ The selection clipboard is used for middle-mouse pastes and for
+ drag-and-drop selections. The copy clipboard is used for traditional
+ copy/cut/paste operations.
*/
static void paste(Fl_Widget &receiver, int clipboard /*=0*/); // platform
dependent
/**
Modified: branches/branch-1.3/src/Fl.cxx
===================================================================
--- branches/branch-1.3/src/Fl.cxx 2010-12-11 21:41:42 UTC (rev 8012)
+++ branches/branch-1.3/src/Fl.cxx 2010-12-11 22:34:05 UTC (rev 8013)
@@ -1405,13 +1405,6 @@
}
/** Backward compatibility only:
- 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 \e directly by this, or for
- it to happen \e later, 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.
\see Fl::paste(Fl_Widget &receiver, int clipboard)
*/
void Fl::paste(Fl_Widget &receiver) {
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit