Class Index Cross Index Namespace Index

Class Gdk_Bitmap

Gdk Bitmap Handle
Contained in: global
Derived from: Gdk_Drawable
Derived by: none

#include <gtk--/bitmap.h>


public function member index:

Gdk_Bitmap();
Gdk_Bitmap(GdkBitmap* bitmap);
Gdk_Bitmap(const Gdk_Bitmap& bitmap);
Gdk_Bitmap(Gdk_Window& window, gchar* data, gint width, gint height);
Gdk_Bitmap(const Gdk_Drawable& window, gchar* data, gint width, gint height);
void create(Gdk_Window& window, const gchar* data, gint width, gint height);
void create(const Gdk_Drawable& window, const gchar* data, gint width, gint height);
Gdk_Bitmap& operator = (const Gdk_Bitmap&);
~Gdk_Bitmap();
 

protected function member index:

virtual void ref();
virtual void unref();
 

Description:

A bitmap is a pixmap with a depth of 2.


Function Member Descriptions:

Gdk_Bitmap::Gdk_Bitmap - Create an unconnected Bitmap handle

Gdk_Bitmap();

Gdk_Bitmap::Gdk_Bitmap - Wrap an existing GdkBitmap.

Gdk_Bitmap(GdkBitmap* bitmap);

Gdk_Bitmap::Gdk_Bitmap - Initialize a Bitmap handle from a previously created one.

Gdk_Bitmap(const Gdk_Bitmap& bitmap);

Gdk_Bitmap::Gdk_Bitmap - Initialize a Bitmap from data.

Gdk_Bitmap(const Gdk_Drawable& window, gchar* data, gint width, gint height);

Gdk_Bitmap::create - Allocate a remote bitmap object from data.

void create(const Gdk_Drawable& window, const gchar* data, gint width, gint height);

Gdk_Bitmap::~Gdk_Bitmap - Delete this handle.

~Gdk_Bitmap();