Enumeration

GdkDragProtocol

Declaration

enum Gdk.DragProtocol

Description [src]

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

Members

GDK_DRAG_PROTO_NONE

No protocol.

  • Value: 0
  • Available since: 3.0
GDK_DRAG_PROTO_MOTIF

The Motif DND protocol. No longer supported.

  • Value: 1
  • Available since: 3.0
GDK_DRAG_PROTO_XDND

The Xdnd protocol.

  • Value: 2
  • Available since: 3.0
GDK_DRAG_PROTO_ROOTWIN

An extension to the Xdnd protocol for unclaimed root window drops.

  • Value: 3
  • Available since: 3.0
GDK_DRAG_PROTO_WIN32_DROPFILES

The simple WM_DROPFILES protocol.

  • Value: 4
  • Available since: 3.0
GDK_DRAG_PROTO_OLE2

The complex OLE2 DND protocol (not implemented).

  • Value: 5
  • Available since: 3.0
GDK_DRAG_PROTO_LOCAL

Intra-application DND.

  • Value: 6
  • Available since: 3.0
GDK_DRAG_PROTO_WAYLAND

Wayland DND protocol.

  • Value: 7
  • Available since: 3.0