Module: Gdk::DragCancelReason

Defined in:
(unknown)

Constant Summary collapse

NO_TARGET =

There is no suitable drop target.

0 or :no_target
USER_CANCELLED =

Drag cancelled by the user

1 or :user_cancelled
ERROR =

Unspecified error.

2 or :error