Enumeration (GI Enum)

Gtk-3.0GtkDragResult

Gives an indication why a drag operation failed. The value can by obtained by connecting to the Gtk.Widget.SignalSignatures.drag_failed | Gtk.Widget::drag-failed signal.

Index

Enumeration Members

ERROR: number

The drag operation failed due to some unspecified error.

GRAB_BROKEN: number

The pointer or keyboard grab used for the drag operation was broken.

NO_TARGET: number

No suitable drag target.

SUCCESS: number

The drag operation was successful.

TIMEOUT_EXPIRED: number

The drag operation timed out.

USER_CANCELLED: number

The user cancelled the drag operation.