Method

Gtk.Image.set_from_paintable

Declaration [src]

void
gtk_image_set_from_paintable (
  GtkImage* image,
  GdkPaintable* paintable
)

Description [src]

Sets a GtkImage to show a GdkPaintable.

See gtk_image_new_from_paintable() for details.

Sets propertyGtk.Image:paintable

Parameters

paintable GdkPaintable*
 

a GdkPaintable or NULL

 Can be NULL
 Ownership is not transferred to the callee