Package: gtk

Function gtk-image-new-from-pixbuf

Lambda List

gtk-image-new-from-pixbuf (pixbuf)

Arguments

pixbuf -- a gdk-pixbuf object

Return Value

A new gtk-image widget.

Details

Creates an image displaying pixbuf.

Note that this function just creates an image from the pixbuf. The image created will not react to state changes. Should you want that, you should use the gtk-image-new-from-icon-name function.
 

See also

*2021-12-17