DragAndDrop.sourceSetTargetList

Changes the target types that this widget offers for drag-and-drop. The widget must first be made into a drag source with gtk_drag_source_set(). Since 2.4

class DragAndDrop
static
void
sourceSetTargetList

Parameters

widget Widget

a GtkWidget that's a drag source

targetList TargetList

list of draggable targets, or NULL for none. [allow-none]

Meta