The gtk.Image widget displays an image. Various kinds of object can be displayed as an image; most typically, you would load a gdk.Pixbuf ("pixel buffer") from a file, and then display that. There’s a convenience function to do this, Image.newFromFile, used as follows:
Undocumented in source.