gtk.image

Module for Image class

Members

Classes

Image
class Image

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

ImageGidBuilder
class ImageGidBuilder

Fluent builder for gtk.image.Image

ImageGidBuilderImpl
class ImageGidBuilderImpl(T)

Fluent builder implementation template for gtk.image.Image