Gdk::Bitmap Class Reference

Bitmaps are simply pixmaps with a depth of 1. More...

Inherits Gdk::Pixmap.

Collaboration diagram for Gdk::Bitmap:
Collaboration graph
[legend]

List of all members.

Static Public Member Functions

static Glib::RefPtr< Bitmapcreate (const char* data, int width, int height)
static Glib::RefPtr< Bitmapcreate (const Glib::RefPtr< Gdk::Drawable >& drawable, const char* data, int width, int height)

Protected Member Functions

 Bitmap (const char* data, int width, int height)
 Bitmap (const Glib::RefPtr< Gdk::Drawable >& drawable, const char* data, int width, int height)

Detailed Description

Bitmaps are simply pixmaps with a depth of 1.

(That is, they are monochrome bitmaps - each pixel can be either on or off).


Constructor & Destructor Documentation

Gdk::Bitmap::Bitmap ( const char *  data,
int  width,
int  height 
) [protected]
Gdk::Bitmap::Bitmap ( const Glib::RefPtr< Gdk::Drawable >&  drawable,
const char *  data,
int  width,
int  height 
) [protected]

Member Function Documentation

static Glib::RefPtr<Bitmap> Gdk::Bitmap::create ( const Glib::RefPtr< Gdk::Drawable >&  drawable,
const char *  data,
int  width,
int  height 
) [static]
static Glib::RefPtr<Bitmap> Gdk::Bitmap::create ( const char *  data,
int  width,
int  height 
) [static]

The documentation for this class was generated from the following file:

Generated on Tue May 4 13:21:43 2010 for gtkmm by  doxygen 1.6.1