Class Index | Cross Index | Namespace Index |
Remote Pixmap Handle
Contained in: global
Derived from:
Gdk_Drawable
Derived by:
none
#include <gtk--/pixmap.h>
public function member index: |
||
Gdk_Pixmap | (); | |
Gdk_Pixmap | (GdkPixmap* pixmap); | |
Gdk_Pixmap | (Gdk_Pixmap const& pixmap); | |
Gdk_Pixmap | (const Gdk_Drawable& drawable, gint width, gint height, gint depth=-1); | |
Gdk_Pixmap | (gint width, gint height, gint depth=-1); | |
Gdk_Pixmap | (const Gdk_Drawable& drawable, const gchar* data, gint width, gint height, gint depth, const Gdk_Color& fg, const Gdk_Color& bg); | |
Gdk_Pixmap | (const Gdk_Drawable& drawable, const Gdk_Color& transparent_color, const Gtk::string& filename); | |
Gdk_Pixmap | (const Gdk_Drawable& drawable, Gdk_Bitmap& bitmap, const Gdk_Color& transparent_color, const Gtk::string& filename); | |
Gdk_Pixmap | (const Gdk_Drawable& drawable, Gdk_Colormap& colormap, Gdk_Bitmap& bitmap, const Gdk_Color& transparent_color, const Gtk::string& filename); | |
void | create | (const Gdk_Drawable& drawable, gint width, gint height, gint depth=-1); |
void | create | (gint width, gint height, gint depth=-1); |
void | create_colormap_from_xpm | (const Gdk_Drawable& drawable, Gdk_Colormap& colormap, Gdk_Bitmap& bitmap, const Gdk_Color& transparent_color, const Gtk::string& filename); |
void | create_colormap_from_xpm_d | (const Gdk_Drawable& drawable, Gdk_Colormap& colormap, Gdk_Bitmap& mask, const Gdk_Color& transparent_color, const gchar* const* data); |
void | create_from_data | (const Gdk_Drawable& drawable, const gchar* data, gint width, gint height, gint depth, const Gdk_Color& fg, const Gdk_Color& bg); |
void | create_from_xpm | (const Gdk_Drawable& drawable, const Gdk_Color& transparent_color, const Gtk::string& filename); |
void | create_from_xpm | (const Gdk_Drawable& drawable, Gdk_Bitmap& mask, const Gdk_Color& transparent_color, const Gtk::string& filename); |
void | create_from_xpm_d | (const Gdk_Drawable& drawable, Gdk_Bitmap& bitmap, const Gdk_Color& transparent_color, const gchar* const* data); |
Gdk_Pixmap& | operator = | (const Gdk_Pixmap&); |
static void | warn_about_xpm_file_problem | (const Gtk::string& filename); |
virtual | ~Gdk_Pixmap | (); |
private function member index: |
||
virtual void | ref | (); |
virtual void | unref | (); |
If there are not enough sonstrains specified the pixmap
will warn and return an unconnected Pixmap.
depth defaults to that of the window.
depth defaults to that of root.