GdkPixmap

An opaque structure representing an offscreen drawable.

Object Hierarchy

GObject
`-- GdkDrawable
       `-- GdkPixmap

Description

Constructors

GdkPixmap (GdkWindow drawable, int width, int height [, int depth = -1]);

--

GdkPixmap create_from_xpm (string path);

--

GdkPixmap create_from_xpm_data (array data);

--