DragAction
Description:
[ CCode ( cprefix = "GDK_ACTION_" , type_id = "gdk_drag_action_get_type ()" ) ]
[ Flags ]
public enum DragAction
Used in DragContext to indicate what the destination should do with the dropped data.
Content:
Enum values:
- ASK - Ask the user what to do with the data.
- COPY - Copy the data.
- DEFAULT - Means nothing, and should not be
used.
- LINK - Add a link to the data.
- MOVE - Move the data, i.
- PRIVATE - Special action which tells the
source that the destination will do something that the source doesn’t understand.