Learn R Programming

RGtk2 (version 2.8.8)

gdkPixbufSetOption: 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

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

Value

  • [logical] TRUE on success.

Details

Since 2.2