gdkDrawableSetData {RGtk2}R Documentation

gdkDrawableSetData

Description

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.

Usage

gdkDrawableSetData(object, key, data)

Arguments

object [GdkDrawable] a GdkDrawable
key [character] name to store the data under
data [R object] arbitrary data

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]