gtkDragSourceAddTextTargets {RGtk2}R Documentation

gtkDragSourceAddTextTargets

Description

Add the text targets supported by GtkSelection to the target list of the drag source. The targets are added with info = 0. If you need another value, use gtkTargetListAddTextTargets and gtkDragSourceSetTargetList.

Usage

gtkDragSourceAddTextTargets(object)

Arguments

object [GtkWidget] a GtkWidget that's is a drag source

Details

Since 2.6

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]