gtkTextBufferGetPasteTargetList {RGtk2}R Documentation

gtkTextBufferGetPasteTargetList

Description

This function returns the list of targets this text buffer supports for pasting and as DND destination. The targets in the list are added with info values from the GtkTextBufferTargetInfo enum, using gtkTargetListAddRichTextTargets and gtkTargetListAddTextTargets.

Usage

gtkTextBufferGetPasteTargetList(object)

Arguments

object [GtkTextBuffer] a GtkTextBuffer

Details

Since 2.10

Value

[GtkTargetList] the GtkTargetList

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]