gtkSelectionAddTargets {RGtk2}R Documentation

gtkSelectionAddTargets

Description

Prepends a table of targets to the list of supported targets for a given widget and selection.

Usage

gtkSelectionAddTargets(object, selection, targets)

Arguments

object [GtkWidget] a GtkWidget
selection [GdkAtom] the selection
targets [GtkTargetEntry] a table of targets to add

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]