Package: gtk

Function gtk:drop-target-async-reject-drop

Lambda List

gtk:drop-target-async-reject-drop (target drop)

Arguments

target -- a gtk:drop-target-async object
drop -- a gdk:drop object of an ongoing drag operation

Details

Sets the drop as not accepted on this drag site. 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-9-29