Package ch.bailu.gtk.gdk
Interface DragCancelReason
public interface DragCancelReason
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Unspecified error.static final int
There is no suitable drop target.static final int
Drag cancelled by the user
-
Field Details
-
NO_TARGET
static final int NO_TARGETThere is no suitable drop target.- See Also:
-
USER_CANCELLED
static final int USER_CANCELLEDDrag cancelled by the user- See Also:
-
ERROR
static final int ERRORUnspecified error.- See Also:
-