gtkDragDestSetTrackMotion {RGtk2} | R Documentation |
Tells the widget to emit ::drag-motion and ::drag-leave
events regardless of the targets and the GTK_DEST_DEFAULT_MOTION
flag.
gtkDragDestSetTrackMotion(object, track.motion)
|
[GtkWidget ] a GtkWidget that's a drag destination |
|
[logical] whether to accept all targets |
This may be used when a widget wants to do generic actions regardless of the targets that the source offers.
Since 2.10
Derived by RGtkGen from GTK+ documentation