Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
Tools
Tools.PV

Class Tools.PV

Description

Display a image on the screen. Requires GTK.


Inherit Window

inherit GTK.Window : Window


Typedef PVImage

typedef Standards.URI|string|Image.Image|Image.Layer|array(Image.Layer) PVImage

Description

The image types accepted. If the image is a string, it is assumed to be a filename of a image that can be loaded with Image.load. This includes URLs.