gdkPixmapCreateFromXpm {RGtk2}R Documentation

gdkPixmapCreateFromXpm

Description

Create a pixmap from a XPM file.

Usage

gdkPixmapCreateFromXpm(drawable, transparent.color, filename)

Arguments

drawable [GdkDrawable] a GdkDrawable, used to determine default values for the new pixmap.
transparent.color [GdkColor] 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 [character] the filename of a file containing XPM data.

Value

A list containing the following elements:

retval [GdkPixmap] the GdkPixmap
mask [GdkBitmap] 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


[Package RGtk2 version 2.12.5-3 Index]