Class GTK2.GdkBitmap
- Description
A bitmap is a black and white pixmap. Most commonly used as masks for images, widgets and pixmaps.
NOIMG
- Inherit Drawable
inheritGDK2.Drawable: Drawable
- Method create
GTK2.GdkBitmap GTK2.GdkBitmap(int|Image.Imagexsize_or_image,int|voidysize,string|voidbitmap)- Description
Create a new GDK2.Bitmap object. Argument is either an Image.image object, or {xsisze,ysize,xbitmapdata}.