GdkDrag

Used in GdkDragContext to indicate the protocol according to which DND is done.

Value

Symbolic name

Description

  0Gdk::DRAG_PROTO_MOTIF The Motif DND protocol.
  1Gdk::DRAG_PROTO_XDND The Xdnd protocol.
  2Gdk::DRAG_PROTO_ROOTWIN An extension to the Xdnd protocol for unclaimed root window drops.
  3Gdk::DRAG_PROTO_NONE No protocol.
  4Gdk::DRAG_PROTO_WIN32_DROPFILES The simple WM_DROPFILES protocol.
  5Gdk::DRAG_PROTO_OLE2 The complex OLE2 DND protocol (not implemented).
  6Gdk::DRAG_PROTO_LOCAL Intra-application DND.