gdkPixmapNew(drawable = NULL, width, height, depth = -1)
drawable
GdkDrawable
, used to determine default values
for the new pixmap. Can be NULL
if depth
is specified,width
height
depth
drawable
is not NULL
, the depth of the new
pixmap will be equal to that of drawable
.