gtkSelectionDataGetTargets: gtkSelectionDataGetTargets

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

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

1

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 documentation built on Oct. 14, 2021, 5:08 p.m.