DragResult
Description:
[ CCode ( cprefix = "GTK_DRAG_RESULT_" , type_id = "gtk_drag_result_get_type ()" ) ]
public enum DragResult
Gives an indication why a drag operation failed.
The value can by obtained by connecting to the drag_failed signal.
Content:
Enum values:
- ERROR - The drag operation failed due to some
unspecified error.
- GRAB_BROKEN - The pointer or keyboard
grab used for the drag operation was broken.
- NO_TARGET - No suitable drag target.
- SUCCESS - The drag operation was successful.
- TIMEOUT_EXPIRED - The drag operation
timed out.
- USER_CANCELLED - The user cancelled
the drag operation.