gtk.Image

Undocumented in source.

Public Imports

gtk.c.types
public import gtk.c.types;
gtkc.gtktypes
public import gtkc.gtktypes;

Members

Classes

Image
class Image

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: