gtkSelectionDataSetText {RGtk2} | R Documentation |
Sets the contents of the selection from a UTF-8 encoded string.
The string is converted to the form determined by
selection.data->target
.
gtkSelectionDataSetText(object, str, len = -1)
|
[GtkSelectionData ] a GtkSelectionData |
|
[character] a UTF-8 string |
|
[integer] the length of str , or -1 if str is nul-terminated. |
[logical] TRUE
if the selection was successfully set,
otherwise FALSE
.
Derived by RGtkGen from GTK+ documentation