RGtk2 (version 2.20.31)

gtkDragDestSetTargetList: gtkDragDestSetTargetList

Description

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.

Usage

gtkDragDestSetTargetList(object, target.list)

Arguments

object
a GtkWidget that's a drag destination
target.list
list of droppable targets, or NULL for none. [ allow-none ]