Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkSelectionDataGetTargets

gtkSelectionDataGetTargets


Description

Gets the contents of selection.data as a list of targets. This can be used to interpret the results of getting the standard TARGETS target that is always supplied for any selection.

Usage

gtkSelectionDataGetTargets(object)

Arguments

object

a GtkSelectionData object

Value

A list containing the following elements:

retval

[logical] TRUE if selection.data contains a valid array of targets, otherwise FALSE.

targets

location to store a list of targets. The result stored here must be freed with gFree().

n.atoms

location to store number of items in targets.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.