gtkDragSourceSetTargetList {RGtk2} | R Documentation |
Changes the target types that this widget offers for drag-and-drop.
The widget must first be made into a drag source with
gtkDragSourceSet
.
gtkDragSourceSetTargetList(object, target.list)
|
[GtkWidget ] a GtkWidget that's a drag source |
|
[GtkTargetList ] list of draggable targets, or NULL for none |
Since 2.4
Derived by RGtkGen from GTK+ documentation