[Top]
GTK2
GTK2.GdkPixmap
|
Method GTK2.GdkPixmap()->set()
- Method
set
GDK2.Pixmap set(GTK2.GdkImage image)
- Description
Argument is a GDK2.Image object or an Image.image object.
It is much faster to use an gdkImage object, especially one
allocated in shared memory. This is only an issue if you are
going to change the contents of the pixmap often, toggling between
a small number of images.
|