gtkSelectionDataSet {RGtk2}R Documentation

gtkSelectionDataSet

Description

Stores new data into a GtkSelectionData object. Should only be called from a selection handler callback. Zero-terminates the stored data.

Usage

gtkSelectionDataSet(object, type, format, data, length = length(data))

Arguments

object [GtkSelectionData] a pointer to a GtkSelectionData structure.
type [GdkAtom] the type of selection data
format [integer] format (number of bits in a unit)
data [raw] pointer to the data (will be copied)
length [integer] length of the data

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]