The GtkImage class is the class for instantiating image widgets.
This widget can display a variety of graphics formats including GIF, PNG, JPG and others.
The class heirarchy
Object +---GtkWidget +---GtkImage |
The methods for the GtkImage class are documented below.
This method creates and initializes the widget.
This is a example of how to create a new image widget.
myimage = .GtkImage~new(filename) |
The new GtkImage object.