Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
GTK
GTK.Image

Class GTK.Image

Description

An image is a image object stored in client, not X server, memory. A pixmap, on the other hand, is a image object stored in the X-server. See GDK.Image and GDK.Pixmap.

 GTK.Image( GDK.Image(0)->set(Image.Image(200,200)->test() ) );


Inherit Misc

inherit GTK.Misc : Misc