drag_dest_set_track_motion


Description:


public void drag_dest_set_track_motion (Widget widget, bool track_motion)

Tells the widget to emit drag_motion and drag_leave events regardless of the targets and the gtk_dest_default_motion flag.

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

Parameters:

this

a Widget that’s a drag destination

track_motion

whether to accept all targets


Namespace: Gtk
Package: gtk+-2.0