drop_finish
Description:
public void drop_finish (
DragContext context,
bool success,
uint32 time_)
Ends the drag operation after a drop.
This function is called by the drag destination.
Parameters:
context |
a DragContext
|
success |
true if the data was successfully received
|
time_ |
the timestamp for this operation
|