DropTarget.addOnEnter

Emitted on the drop site when the pointer enters the widget.

It can be used to set up custom highlighting.

class DropTarget
gulong
addOnEnter
(
GdkDragAction delegate
(
double
,
double
,)
dlg
,)

Return Value

Type: gulong

Preferred action for this drag operation or 0 if dropping is not supported at the current @x,@y location.

Meta