DragAndDrop.destSetTargetList

Sets the target types that this widget can accept from drag-and-drop. The widget must first be made into a drag destination with gtk_drag_dest_set().

class DragAndDrop
static
void
destSetTargetList

Parameters

widget Widget

a GtkWidget that's a drag destination

targetList TargetList

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

Meta