summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2010-12-08 11:42:47 +0000
committerManolo Gouy <Manolo>2010-12-08 11:42:47 +0000
commit3105ab9de50b8e0b3fb59942e867f26c16ab5a03 (patch)
tree23ed202291da6010b2f411f1048a192f341b483f
parente1cff96f1f89879355ab5f7322bb86f185e897e0 (diff)
Added reference to Fl::dnd() in documentation of Drag and Drop events.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7974 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--documentation/src/events.dox3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/src/events.dox b/documentation/src/events.dox
index c142b3319..73920feaf 100644
--- a/documentation/src/events.dox
+++ b/documentation/src/events.dox
@@ -268,10 +268,11 @@ selection indication. Most modern programs ignore this.
\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