subtype Gdk_Bitmap is Gdk.Gdk_Bitmap;
Null_Bitmap : constant Gdk_Bitmap;
procedure Gdk_New
( | Bitmap | : out Gdk_Bitmap; |
Window | : Gdk.Window.Gdk_Window; | |
Width | : Gint; | |
Height | : Gint); |
procedure Unref
( | Bitmap | : Gdk_Bitmap); |
procedure Create_From_Data
( | Bitmap | : out Gdk_Bitmap; |
Window | : Gdk.Window.Gdk_Window; | |
Data | : String; | |
Width | : Gint; | |
Height | : Gint); |
Pixmaps are off-screen drawables. They can be drawn upon with the standard drawing primitives, then copied to another drawable (such as a Gdk_Window) with Gdk.Drawable.Draw_Drawable. The depth of a pixmap is the number of bits per pixels. Bitmaps are simply pixmaps with a depth of 1. (That is, they are monochrome bitmaps - each pixel can be either on or off).
See Gdk.Pixmap for more details on pixmap handling.
Binding from C File version 1.3.6