gtkSelectionAddTarget {RGtk2}R Documentation

gtkSelectionAddTarget

Description

Appends a specified target to the list of supported targets for a given widget and selection.

Usage

gtkSelectionAddTarget(object, selection, target, info)

Arguments

object [GtkWidget] a GtkTarget
selection [GdkAtom] the selection
target [GdkAtom] target to add.
info [numeric] A unsigned integer which will be passed back to the application.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]