Enumeration (GI Flags)

Gdk-4.0GdkDragAction

Used in Gdk.Drop and Gdk.Drag to indicate the actions that the destination can and should do with the dropped data.

Index
ASK: 8

Ask the user what to do with the data.

COPY: 1

Copy the data.

LINK: 4

Add a link to the data. Note that this is only useful if source and destination agree on what it means, and is not supported on all platforms.

MOVE: 2

Move the data, i.e. first copy it, then delete it from the source using the DELETE target of the X selection protocol.

NONE: 0

No action.

4.20

Variables

$gtype