drag_finish


Description:


public void drag_finish (DragContext context, bool success, bool del, uint32 time_)

Informs the drag source that the drop is finished, and that the data of the drag will no longer be required.

Parameters:

context

the drag context

success

a flag indicating whether the drop was successful

del

a flag indicating whether the source should delete the original data. (This should be true for a move)

time_

the timestamp from the drag_drop signal


Namespace: Gtk
Package: gtk+-3.0