Enumeration (GI Flags)

Gdk-3.0GdkDragAction

Used in Gdk.DragContext to indicate what the destination should do with the dropped data.

Index
ASK: 32

Ask the user what to do with the data.

COPY: 2

Copy the data.

DEFAULT: 1

Means nothing, and should not be used.

LINK: 8

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

MOVE: 4

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

PRIVATE: 16

Special action which tells the source that the destination will do something that the source doesn’t understand.

Variables

$gtype