Widget.dragDestSetTargetList

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 Widget
void
dragDestSetTargetList

Parameters

targetList TargetList

list of droppable targets, or %NULL for none

Meta