gdkPixbufNewFromXpmData {RGtk2}R Documentation

gdkPixbufNewFromXpmData

Description

Creates a new pixbuf by parsing XPM data in memory. This data is commonly the result of including an XPM file into a program's C source.

Usage

gdkPixbufNewFromXpmData(data)

Arguments

data [char] Pointer to inline XPM data.

Value

[GdkPixbuf] A newly-created pixbuf with a reference count of 1.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]