gtkDragDestSetTargetList {RGtk2}R Documentation

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 [GtkWidget] a GtkWidget that's a drag destination
target.list [GtkTargetList] list of droppable targets, or NULL for none

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]