gtkSelectionDataSet {RGtk2} | R Documentation |
Stores new data into a GtkSelectionData
object. Should
only be called from a selection handler callback.
Zero-terminates the stored data.
gtkSelectionDataSet(object, type, format, data, length = length(data))
|
[GtkSelectionData ] a pointer to a GtkSelectionData structure. |
|
[GdkAtom ] the type of selection data |
|
[integer] format (number of bits in a unit) |
|
[raw] pointer to the data (will be copied) |
|
[integer] length of the data |
Derived by RGtkGen from GTK+ documentation