Package ch.bailu.gtk.gdk
Interface DragAction
public interface DragAction
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Ask the user what to do with the data.static final int
Copy the data.static final int
Add a link to the data.static final int
Move the data, i.e. first copy it, then delete
it from the source using the DELETE target of the X selection protocol.
-
Field Details
-
COPY
static final int COPYCopy the data.- See Also:
-
MOVE
static final int MOVEMove the data, i.e. first copy it, then delete
it from the source using the DELETE target of the X selection protocol.- See Also:
-
LINK
static final int LINKAdd 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.- See Also:
-
ASK
static final int ASKAsk the user what to do with the data.- See Also:
-