GdkDragAction

Used in GdkDrop and GdkDrag to indicate the actions that the destination can and should do with the dropped data.

Values

ValueMeaning
COPY1

Copy the data.

MOVE2

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

ASK8

Ask the user what to do with the data.

Meta