gdkPixbufGetFromDrawable
but gets the pixbuf from
an image.gdkPixbufGetFromImage(src, cmap, src.x, src.y, dest.x, dest.y, width, height)
src
GdkImage
.cmap
NULL
to use the one for src
. [ allow-none ]src.x
src.y
dest.x
dest
is NULL.dest.y
dest
is NULL.width
height
GdkPixbuf
] dest
, newly-created pixbuf if dest
was NULL
, NULL
on errordest
NULL
if a new pixbuf should be created. [ allow-none ]