Module: Gdk::DragAction
- Defined in:
- (unknown)
Constant Summary collapse
- COPY =
Copy the data.
1 or :copy
- MOVE =
Move the data, i.e. first copy it, then delete it from the source using the DELETE target of the X selection protocol.
2 or :move
- LINK =
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.
4 or :link
- ASK =
Ask the user what to do with the data.
8 or :ask