Variable: x-dnd-motif-message-types

x-dnd-motif-message-types is a variable defined in x-dnd.el.gz.

Value

((0 . XmTOP_LEVEL_ENTER)
 (1 . XmTOP_LEVEL_LEAVE)
 (2 . XmDRAG_MOTION)
 (3 . XmDROP_SITE_ENTER)
 (4 . XmDROP_SITE_LEAVE)
 (5 . XmDROP_START)
 (6 . XmDROP_FINISH)
 (7 . XmDRAG_DROP_FINISH)
 (8 . XmOPERATION_CHANGED))

Documentation

Mapping from numbers to Motif DND message types.

Source Code

;; Defined in /usr/src/emacs/lisp/x-dnd.el.gz
(defvar x-dnd-motif-message-types
  '((0 . XmTOP_LEVEL_ENTER)
    (1 . XmTOP_LEVEL_LEAVE)
    (2 . XmDRAG_MOTION)
    (3 . XmDROP_SITE_ENTER)
    (4 . XmDROP_SITE_LEAVE)
    (5 . XmDROP_START)
    (6 . XmDROP_FINISH)
    (7 . XmDRAG_DROP_FINISH)
    (8 . XmOPERATION_CHANGED))
  "Mapping from numbers to Motif DND message types.")