Module: Gtk::DragResult

Defined in:
(unknown)

Constant Summary collapse

SUCCESS =

The drag operation was successful.

0 or :success
NO_TARGET =

No suitable drag target.

1 or :no_target
USER_CANCELLED =

The user cancelled the drag operation.

2 or :user_cancelled
TIMEOUT_EXPIRED =

The drag operation timed out.

3 or :timeout_expired
GRAB_BROKEN =

The pointer or keyboard grab used

for the drag operation was broken.
4 or :grab_broken
ERROR =

The drag operation failed due to some

unspecified error.
5 or :error