Image.getImage

Gets the GdkImage and mask being displayed by the GtkImage. The storage type of the image must be GTK_IMAGE_EMPTY or GTK_IMAGE_IMAGE (see gtk_image_get_storage_type()). The caller of this function does not own a reference to the returned image and mask.

class Image
void
getImage

Parameters

gdkImage ImageGdk

return location for a GtkImage, or NULL. out[transfer none][allow-none]

mask Bitmap

return location for a GdkBitmap, or NULL. out[transfer none][allow-none]

Meta