gdkDrawableGetData {RGtk2} | R Documentation |
Equivalent to gObjectGetData
; the GObject
variant should be
used instead.
WARNING: gdk_drawable_get_data
is deprecated and should not be used in newly-written code.
gdkDrawableGetData(object, key)
|
[GdkDrawable ] a GdkDrawable |
|
[character] name the data was stored under |
[R object] the data stored at key
Derived by RGtkGen from GTK+ documentation