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/enumerations.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'documentation/enumerations.html') diff --git a/documentation/enumerations.html b/documentation/enumerations.html index 24b90f94e..9651a9e22 100644 --- a/documentation/enumerations.html +++ b/documentation/enumerations.html @@ -41,6 +41,11 @@ understand) occurred (0). clipboard.
  • FL_SELECTIONCLEAR - The widget should clear any selections made for the clipboard.
  • +
  • FL_MOUSEWHEEL - The horizontal or vertical mousewheel was turned.
  • +
  • FL_DND_ENTER - The mouse pointer entered a widget dragging data.
  • +
  • FL_DND_DRAG - The mouse pointer was moved dragging data.
  • +
  • FL_DND_LEAVE - The mouse pointer left a widget still dragging data.
  • +
  • FL_DND_RELEASE - Dragged data is about to be dropped.
  • Callback "When" Conditions

    The following constants determine when a callback is performed: -- cgit v1.2.3