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 GTK.Misc : Misc