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

a GdkDrawable

key

name to store the data under

data

arbitrary data

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]