GtkImage Constructor

GtkImage::new_from_pixbuf (GdkPixbuf pixbuf);

Creates a new GtkImage displaying pixbuf.

note that this function just creates an GtkImage from the pixbuf. The GtkImage created will not react to state changes. Should you want that, you should use GtkImage::new_from_icon_set() .

This method must be called statically.