gtkTextBufferGetCopyTargetList {RGtk2}R Documentation

gtkTextBufferGetCopyTargetList

Description

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

Usage

gtkTextBufferGetCopyTargetList(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]