Package: gtk

Function gtk:drop-target-reject

Lambda List

gtk:drop-target-reject (target)

Arguments

target -- a gtk:drop-target object

Details

Rejects the ongoing drop operation. If no drop operation is ongoing - when the "drop-current" signal returns nil - 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.
 

See also

#2023-7-31