Forum und email

GdkPixmap

An opaque structure representing an offscreen drawable.

对象层次

GObject
`-- GdkDrawable
       `-- GdkPixmap

描述

构造函数

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

--

GdkPixmap create_from_xpm (string path);

--

GdkPixmap create_from_xpm_data (array data);

--