gdkDrawableSetData {RGtk2} | R Documentation |
This function is equivalent to gObjectSetData
,
the GObject
variant should be used instead.
WARNING: gdk_drawable_set_data
is deprecated and should not be used in newly-written code.
gdkDrawableSetData(object, key, data)
|
[GdkDrawable ] a GdkDrawable |
|
[character] name to store the data under |
|
[R object] arbitrary data |
Derived by RGtkGen from GTK+ documentation