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 [GtkSelectionData] a GtkSelectionData
uris [character] a list of strings hilding 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.12.5-3 Index]