gtkSelectionDataSetUris {RGtk2}R Documentation

gtkSelectionDataSetUris

Description

Sets the contents of the selection from a list of URIs. The string is converted to the form determined by selection.data->target.

Usage

gtkSelectionDataSetUris(object, uris)

Arguments

object

a GtkSelectionData

uris

a list of strings holding URIs

Details

Since 2.6

Value

[logical] TRUE if the selection was successfully set, otherwise FALSE.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]