DropTarget.reject
void reject()Rejects the ongoing drop operation.
If no drop operation is ongoing, i.e when gtk.drop_target.DropTarget.currentDrop is null, this function does nothing.
This function should be used when delaying the decision on whether to accept a drag or not until after reading the data.