drag_end
Description:
The drag_end signal is emitted on the drag source when a drag is finished.
A typical reason to connect to this signal is to undo things done in prepare or drag_begin.
Parameters:
drag |
the Drag object |
delete_data |
true if the drag was performing gdk_action_move, and the data should be deleted |