gtkSelectionDataTargetsIncludeRichText {RGtk2} | R Documentation |
Given a GtkSelectionData
object holding a list of targets,
determines if any of the targets in targets
can be used to
provide rich text.
gtkSelectionDataTargetsIncludeRichText(object, buffer)
|
[GtkSelectionData ] a GtkSelectionData object |
|
[GtkTextBuffer ] a GtkTextBuffer |
Since 2.10
[logical] TRUE
if selection.data
holds a list of targets,
and a suitable target for rich text is included,
otherwise FALSE
.
Derived by RGtkGen from GTK+ documentation