drawable
into the client side image structure
image
. If image
is NULL
, creates a new image of size width
x height
and copies into that. See gdkDrawableGetImage
for further details.gdkDrawableCopyToImage(object, image = NULL, src.x, src.y, dest.x, dest.y, width, height)
object
image
GdkDrawable
, or NULL
if a new image
should be created. [ allow-none ]src.x
drawable
src.y
drawable
dest.x
image
. Must be 0 if image
is NULL
dest.y
image
. Must be 0 if image
is NULL
width
height