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
inherit
GDK2.Drawable
: Drawable
- Method create
GTK2.GdkBitmap GTK2.GdkBitmap(
int
|Image.Image
xsize_or_image
,int
|void
ysize
,string
|void
bitmap
)- Description
Create a new GDK2.Bitmap object. Argument is either an Image.image object, or {xsisze,ysize,xbitmapdata}.