gtkTargetsIncludeImage {RGtk2} | R Documentation |
Determines if any of the targets in targets
can be used to
provide a GdkPixbuf
.
gtkTargetsIncludeImage(targets, writable)
|
[GdkAtom ] a list of GdkAtom s |
|
[logical] whether to accept only targets for which GTK+ knows how to convert a pixbuf into the format |
Since 2.10
[logical] TRUE
if targets
include a suitable target for images,
otherwise FALSE
.
Derived by RGtkGen from GTK+ documentation