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
4 or :link
ASK =

Ask the user what to do with the data.

8 or :ask