From 2cde58f966908851c8d97ee442cdbf825c180899 Mon Sep 17 00:00:00 2001
From: Matthias Melcher
Date: Sun, 24 Feb 2002 21:09:51 +0000
Subject: Update documentation to contain DND stuff.
I am missing a decent Linux machine. Could someone please check
if DND works smoothly on those machines?
Just run the 'Input' test and mark and drag text out of the
text widgets into another app. Then drag'n'drop text into the FLTK
widgets. Finally drag text from one widget into another widget
within the same FLTK app.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1972 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
---
documentation/Fl.html | 7 +++++++
1 file changed, 7 insertions(+)
(limited to 'documentation/Fl.html')
diff --git a/documentation/Fl.html b/documentation/Fl.html
index 692181511..5129c11e4 100644
--- a/documentation/Fl.html
+++ b/documentation/Fl.html
@@ -49,6 +49,7 @@ state information and global methods for the current application.
damage
default_atclose
display
+ dnd
error
event
event_alt
@@ -414,6 +415,12 @@ the environment variable $DISPLAY to the passed string, so this only
works before you show() the first window or otherwise open the display,
and does nothing useful under WIN32.
+
+
+Initiate a Drag And Drop operation. The clipboard should be filled
+with relevant data before calling this method. FLTK will then initiate
+the system wide drag'n'drop handling. Dropped data will be marked as text.
+
FLTK calls this to print a normal error message. You can
--
cgit v1.2.3