gdkPixbufSetOption {RGtk2}R Documentation

gdkPixbufSetOption

Description

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.

Usage

gdkPixbufSetOption(object, key, value)

Arguments

object [GdkPixbuf] a GdkPixbuf
key [character] a string.
value [character] a string.

Details

Since 2.2

Value

[logical] TRUE on success.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]