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.
FLTK supports Drag And Drop of text and files from any -application on the desktop. Text is transfered as ASCII using +
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 file://. -
The Drag And Drop data is available in Fl::event_text() +
The drag and drop data is available in Fl::event_text() at the concluding FL_PASTE. On some platforms, the -event text is already available for all FL_DND_* events. +event text is also available for the FL_DND_* events, +however application must not depend on that behavior because it +depends on the protocol used on each platform. -
FL_DND_* events can not be used in widgets derived -form Fl_Group or Fl_Window. +
FL_DND_* events cannot be used in widgets derived +from Fl_Group or Fl_Window.