Class GDK1.Pixmap
- Description
This class creates a GDK1.Pixmap from either an GDK1.Image or Image.Image object (or a numeric ID, see your X-manual for XIDs). The GDK1.Pixmap object can be used in a lot of different GTK widgets. The most notable is the W(Pixmap) widget.
NOIMG
- Inherit Drawable
inherit GDK1.Drawable : Drawable
- Method create
GDK1.Pixmap GDK1.Pixmap(
int
|object
image
)- Description
Create a new GDK1.Pixmap object. Argument is a GDK1.Image object or a Image.Image object
- Method destroy
GDK1.Pixmap
destroy()- Description
Destructor. Destroys the pixmap.