gtkTargetsIncludeRichText {RGtk2}R Documentation

gtkTargetsIncludeRichText

Description

Determines if any of the targets in targets can be used to provide rich text.

Usage

gtkTargetsIncludeRichText(targets, buffer)

Arguments

targets [GdkAtom] a list of GdkAtoms
buffer [GtkTextBuffer] a GtkTextBuffer

Details

Since 2.10

Value

[logical] TRUE if targets include a suitable target for rich text, otherwise FALSE.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]