signal callback delegate or function to connect
gdk.types.DragAction callback(gdk.drop.Drop drop, double x, double y, gtk.drop_target_async.DropTargetAsync dropTargetAsync)
drop the gdk.drop.Drop (optional)
x the x coordinate of the current pointer position (optional)
y the y coordinate of the current pointer position (optional)
dropTargetAsync the instance the signal is connected to (optional)
Returns Preferred action for this drag operation.
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to DragEnter signal.
Emitted on the drop site when the pointer enters the widget.
It can be used to set up custom highlighting.