Module ddi.Bitmap
Constructor Summary | |
---|---|
(GdkBitmap* gdkBitmap) Creates a new Bitmap from a GdkBitmap |
Methods Summary | |
---|---|
public GdkBitmap* |
gdkB() Gets the type |
static Bitmap |
createFromData(Drawable drawable, char data, gint width, gint height) Creates a new bitmap from data |
static Bitmap |
createFromData(Drawable drawable, String data, gint width, gint height) |