drop_reply
Description:
public void drop_reply (
DragContext context,
bool accepted,
uint32 time_)
Accepts or rejects a drop.
This function is called by the drag destination in response to a drop initiated by the drag source.
Parameters:
| context |
a DragContext
|
| accepted |
true if the drop is accepted
|
| time_ |
the timestamp for this operation
|