Enumeration
GdkDragAction
Description [src]
Used in GdkDragContext to indicate what the destination
should do with the dropped data.
Members
-
GDK_ACTION_DEFAULT -
Means nothing, and should not be used.
- Value:
1 - Available since: 3.0
- Value:
-
GDK_ACTION_COPY -
Copy the data.
- Value:
2 - Available since: 3.0
- Value:
-
GDK_ACTION_MOVE -
Move the data, i.e. first copy it, then delete it from the source using the DELETE target of the X selection protocol.
- Value:
4 - Available since: 3.0
- Value:
-
GDK_ACTION_LINK -
Add a link to the data. Note that this is only useful if source and destination agree on what it means.
- Value:
8 - Available since: 3.0
- Value:
-
GDK_ACTION_PRIVATE -
Special action which tells the source that the destination will do something that the source doesn’t understand.
- Value:
16 - Available since: 3.0
- Value:
-
GDK_ACTION_ASK -
Ask the user what to do with the data.
- Value:
32 - Available since: 3.0
- Value: