Gdk::Bitmap Class Reference
Inheritance diagram for Gdk::Bitmap:

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).
Static Public Member Functions | |
| static Glib::RefPtr< Bitmap > | create (const Glib::RefPtr< Gdk::Drawable > &drawable, const char *data, int width, int height) |
| static Glib::RefPtr< Bitmap > | create (const char *data, int width, int height) |
Protected Member Functions | |
| Bitmap (const Glib::RefPtr< Gdk::Drawable > &drawable, const char *data, int width, int height) | |
| Bitmap (const char *data, int width, int height) | |
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:
