a GdkGC.
the GdkImage to draw.
the left edge of the source rectangle within image.
the top of the source rectangle within image.
the x coordinate of the destination within drawable.
the y coordinate of the destination within drawable.
the width of the area to be copied, or -1 to make the area extend to the right edge of image.
the height of the area to be copied, or -1 to make the area extend to the bottom edge of image.
Warning gdk_draw_image has been deprecated since version 2.22 and should not be used in newly-written code. Do not use GdkImage anymore, instead use Cairo image surfaces. Draws a GdkImage onto a drawable. The depth of the GdkImage must match the depth of the GdkDrawable.