File: x-dnd.el.html
This file provides the receiving side of the XDND and Motif protocols, and both the receiving and initiating ends of the old KDE (OffiX) and new OffiX protocols.
Defined variables (18)
x-dnd-click-count | Alist of button numbers to click counters during drag-and-drop. |
x-dnd-copy-types | List of data types offered by programs that don’t support ‘private’. |
x-dnd-current-state | The current state for a drop. |
x-dnd-debug-errors | Whether or not to signal protocol errors during drag-and-drop. |
x-dnd-direct-save-function | Function called when a file is dropped via XDS protocol. |
x-dnd-known-types | The types accepted by default for dropped data. |
x-dnd-motif-message-types | Mapping from numbers to Motif DND message types. |
x-dnd-motif-to-action | Mapping from number to operation for Motif DND. |
x-dnd-offix-id-to-name | Alist of OffiX data types to their names. |
x-dnd-offix-old-kde-to-name | Alist of old KDE data types to their names. |
x-dnd-test-function | Function to be used by drag-and-drop to determine whether to accept a drop. |
x-dnd-types-alist | Functions to call to handle drag-and-drop of known types. |
x-dnd-use-offix-drop | If non-nil, use the OffiX protocol to drop files and text. |
x-dnd-xdnd-to-action | Mapping from XDND action types to Lisp symbols. |
x-dnd-xds-current-file | The file name for which a direct save is currently being performed. |
x-dnd-xds-performed | Whether or not the drop target made a request for ‘XdndDirectSave0’. |
x-dnd-xds-source-frame | The frame from which a direct save is currently being performed. |
x-dnd-xds-testing | Whether or not XDS is being tested from ERT. |