DragContext.dragDropSucceeded

Returns whether the dropped data has been successfully transferred. This function is intended to be used while handling a %GDK_DROP_FINISHED event, its return value is meaningless at other times.

class DragContext
static
bool
dragDropSucceeded

Parameters

context DragContext

a #GdkDragContext

Return Value

Type: bool

%TRUE if the drop was successful.

Meta