Method

Gtk.Image.get_paintable

Declaration [src]

GdkPaintable*
gtk_image_get_paintable (
  GtkImage* image
)

Description [src]

Gets the image GdkPaintable being displayed by the GtkImage.

The storage type of the image must be GTK_IMAGE_EMPTY or GTK_IMAGE_PAINTABLE (see gtk_image_get_storage_type()). The caller of this function does not own a reference to the returned paintable.

Gets propertyGtk.Image:paintable

Return value

Returns: GdkPaintable*

the displayed paintable, or NULL if the image is empty

Ownership is not transferred to the caller
Can be NULL