gtkDragDestSetTargetList {RGtk2} | R Documentation |
Sets the target types that this widget can accept from drag-and-drop.
The widget must first be made into a drag destination with
gtkDragDestSet
.
gtkDragDestSetTargetList(object, target.list)
|
[GtkWidget ] a GtkWidget that's a drag destination |
|
[GtkTargetList ] list of droppable targets, or NULL for none |
Derived by RGtkGen from GTK+ documentation