summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/events.html14
1 files changed, 8 insertions, 6 deletions
diff --git a/documentation/events.html b/documentation/events.html
index 2f1ad1554..95be13943 100644
--- a/documentation/events.html
+++ b/documentation/events.html
@@ -227,18 +227,20 @@ selection indication. Most modern programs ignore this.
<H2><A NAME="dnd">Drag And Drop Events</A></H2>
-<P>FLTK supports Drag And Drop of text and files from any
-application on the desktop. Text is transfered as ASCII using
+<P>FLTK supports drag and drop of text and files from any
+application on the desktop. Text is transfered using
the current code page. Files are received as a list of full path
and file names, seperated by newline. On some platforms, path
names are prepended with <tt>file://</tt>.
-<P>The Drag And Drop data is available in <tt>Fl::event_text()</tt>
+<P>The drag and drop data is available in <tt>Fl::event_text()</tt>
at the concluding <tt>FL_PASTE</tt>. On some platforms, the
-event text is already available for all <tt>FL_DND_*</tt> events.
+event text is also available for the <tt>FL_DND_*</tt> events,
+however application must not depend on that behavior because it
+depends on the protocol used on each platform.
-<P><tt>FL_DND_*</tt> events can not be used in widgets derived
-form <tt>Fl_Group</tt> or <tt>Fl_Window</tt>.
+<P><tt>FL_DND_*</tt> events cannot be used in widgets derived
+from <tt>Fl_Group</tt> or <tt>Fl_Window</tt>.
<H3>FL_DND_ENTER</H3>