gdkPixbufSetOption {RGtk2} | R Documentation |
Attaches a key/value pair as an option to a GdkPixbuf
. If key
already
exists in the list of options attached to pixbuf
, the new value is
ignored and FALSE
is returned.
gdkPixbufSetOption(object, key, value)
|
[GdkPixbuf ] a GdkPixbuf |
|
[character] a string. |
|
[character] a string. |
Since 2.2
[logical] TRUE
on success.
Derived by RGtkGen from GTK+ documentation