Module: Gdk::DragAction

Defined in:
(unknown)

Constant Summary collapse

DEFAULT =

Means nothing, and should not be used.

1 or :default
COPY =

Copy the data.

2 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.
4 or :move
8 or :link
PRIVATE =

Special action which tells the source that the

destination will do something that the source doesn’t understand.
16 or :private
ASK =

Ask the user what to do with the data.

32 or :ask