Class Index Cross Index Namespace Index

Class Gnome::Pixmap


Contained in: Gnome
Derived from: Gtk::Widget
Derived by: none

#include <gtk--/pixmap.h>


public function member index:

Pixmap();
Pixmap(const Gtk::string& filename);
Pixmap(const Gtk::string& filename, int width, int height);
Pixmap(char* * xpm_data);
Pixmap(char* * xpm_data, int width, int height);
Pixmap(const Gdk_Imlib::Image& im);
Pixmap(const Gdk_Imlib::Image& im, int width, int height);
Pixmap(unsigned char* rgb_data, unsigned char* alpha, int rgb_width, int rgb_height);
Pixmap(unsigned char* rgb_data, unsigned char* alpha, int rgb_width, int rgb_height, const Color& shape_color);
Pixmap(unsigned char* rgb_data, unsigned char* alpha, int rgb_width, int rgb_height, int width, int height);
static Gtk::string find_file(const Gtk::string& filename);
static GtkType get_type();
GnomePixmap* gtkobj();
const GnomePixmap* gtkobj() const;
static bool isA(Gtk::Object* checkcast);
void load(const Gtk::string& filename, int width = 0, int height = 0);
void load(char** xpm_data);
void load(char** xpm_data, int width, int height);
void load(unsigned char* rgb_data, unsigned char* alpha, int rgb_width, int rgb_height);
void load(unsigned char* data, unsigned char* alpha, int rgb_width, int rgb_height, const Color& shape_color);
void load(unsigned char* data, unsigned char* alpha, int rgb_width, int rgb_height, int width, int height);
void load(const Gdk_Imlib::Image& im, int width = 0, int height = 0);
virtual ~Pixmap();
 

protected function member index:

explicit Pixmap(GnomePixmap* castitem);
void initialize_class();
 

private function member index:

Pixmap(const Pixmap&);
Pixmap& operator =(const Pixmap&);
 

Description:



Function Member Descriptions:


Variable Member Descriptions: