Author: manolo Date: 2010-12-08 03:42:47 -0800 (Wed, 08 Dec 2010) New Revision: 7974 Log: Added reference to Fl::dnd() in documentation of Drag and Drop events.
Modified: branches/branch-1.3/documentation/src/events.dox Modified: branches/branch-1.3/documentation/src/events.dox =================================================================== --- branches/branch-1.3/documentation/src/events.dox 2010-12-08 09:48:07 UTC (rev 7973) +++ branches/branch-1.3/documentation/src/events.dox 2010-12-08 11:42:47 UTC (rev 7974) @@ -268,10 +268,11 @@ \section events_dnd Drag and Drop Events FLTK supports drag and drop of text and files from any -application on the desktop. Text is transfered using +application on the desktop to an FLTK widget. Text is transfered using the current code page. Files are received as a list of full path and file names, separated by newline. On some platforms, path names are prepended with <tt>%file://</tt>. +See Fl::dnd() for drag and drop from an FLTK widget. The drag and drop data is available in Fl::event_text() at the concluding \p FL_PASTE. On some platforms, the _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
