[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
|