gtkDragDestSetTrackMotion {RGtk2}R Documentation

gtkDragDestSetTrackMotion

Description

Tells the widget to emit ::drag-motion and ::drag-leave events regardless of the targets and the GTK_DEST_DEFAULT_MOTION flag.

Usage

gtkDragDestSetTrackMotion(object, track.motion)

Arguments

object [GtkWidget] a GtkWidget that's a drag destination
track.motion [logical] whether to accept all targets

Details

This may be used when a widget wants to do generic actions regardless of the targets that the source offers.

Since 2.10

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]