gdkPixmapCreateFromXpm: gdkPixmapCreateFromXpm

Description Usage Arguments Value Author(s)

View source: R/gdkFuncs.R

Description

Create a pixmap from a XPM file.

Usage

1
gdkPixmapCreateFromXpm(drawable, transparent.color, filename)

Arguments

drawable

a GdkDrawable, used to determine default values for the new pixmap.

transparent.color

the color to be used for the pixels that are transparent in the input file. Can be NULL, in which case a default color will be used.

filename

the filename of a file containing XPM data.

Value

A list containing the following elements:

retval

[GdkPixmap] the GdkPixmap. [ transfer none ]

mask

(out) a pointer to a place to store a bitmap representing the transparency mask of the XPM file. Can be NULL, in which case transparency will be ignored.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.