Package: gdk

GEnum gdk-drag-protocol

Details

Used in the gdk-drag-context object to indicate the protocol according to which DND is done.
(define-g-enum "GdkDragProtocol" gdk-drag-protocol
  (:export t
   :type-initializer "gdk_drag_protocol_get_type")
  (:none 0)
  (:motif 1)
  (:xdnd 2)
  (:rootwin 3)
  (:win32-dropfiles 4)
  (:ole2 5)
  (:local 6))  
:none
No protocol.
:motif
The Motif DND protocol.
:xdnd
The Xdnd protocol.
:rootwin
An extension to the Xdnd protocol for unclaimed root window drops.
:win32-dropfiles
The simple WM_DROPFILES protocol.
:ole2
The complex OLE2 DND protocol (not implemented).
:local
Intra-application DND.
 

See also

2021-10-3