gtkTargetListAddImageTargets {RGtk2}R Documentation

gtkTargetListAddImageTargets

Description

Appends the image targets supported by GtkSelection to the target list. All targets are added with the same info.

Usage

gtkTargetListAddImageTargets(list, info, writable)

Arguments

list [GtkTargetList] a GtkTargetList
info [numeric] an ID that will be passed back to the application
writable [logical] whether to add only targets for which GTK+ knows how to convert a pixbuf into the format

Details

Since 2.6

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]