gtkDragDestAddImageTargets {RGtk2}R Documentation

gtkDragDestAddImageTargets

Description

Add the image targets supported by

GtkSelection
to the target list of the drag destination. The targets are added with info = 0. If you need another value, use gtkTargetListAddImageTargets and gtkDragDestSetTargetList.

Usage

gtkDragDestAddImageTargets(object)

Arguments

object

a GtkWidget that's a drag destination

Details

Since 2.6

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]