Project:DUI

Class List Class Hierarchy
Summary: Ctors Methods Mixins

Module ddi.Bitmap

Class Bitmap

Implemented interfaces:


public class

Bitmap



Functions for rendering pixbufs on drawables.
\todo check if we need to delete the GtkBitmap

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)
          


gdkB

public GdkBitmap* gdkB()
Gets the type

Returns:
the type



ctor(Bitmap)(GdkBitmap* gdkBitmap)
Creates a new Bitmap from a GdkBitmap

createFromData

static Bitmap createFromData(Drawable drawable, char data, gint width, gint height)
Creates a new bitmap from data

createFromData

static Bitmap createFromData(Drawable drawable, String data, gint width, gint height)