Package: gdk

GEnum gdk:drag-protocol

Declaration

(gobject:define-genum "GdkDragProtocol" 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))  

Values

: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.

Details

Used in the gdk:drag-context object to indicate the protocol according to which DND is done.
 

See also

2024-6-28