GtkImage
displaying pixbuf
.
The GtkImage
does not assume a reference to the
pixbuf; you still need to unref it if you own references.
GtkImage
will add its own reference rather than adopting yours.gtkImageNewFromPixbuf(pixbuf = NULL, show = TRUE)
pixbuf
GdkPixbuf
, or NULL
. [ allow-none ]GtkImage
from the pixbuf. The
GtkImage
created will not react to state changes. Should you want that,
you should use gtkImageNewFromIconSet
.