  
 
 | 
  Main Page  
  Widgets  
   Namespaces  
   Book  
 
Gdk::Pixmap Class ReferenceInheritance diagram for Gdk::Pixmap: 
[legend]List of all members.
 |  
 Public Methods |  
| virtual  | ~Pixmap () |  
| GdkPixmap*  | gobj () |  
| const GdkPixmap*  | gobj () const |  
| GdkPixmap*  | gobj_copy () |  
 Static Public Methods |  
| Glib::RefPtr<Pixmap>  | create () |  
| Glib::RefPtr<Pixmap>  | create (const Glib::RefPtr<Window>& window, int width, int height, int depth) |  
| Glib::RefPtr<Pixmap>  | create (const Glib::RefPtr<Window>& window, const char* data, int width, int height, int depth, const Color& fg, const Color& bg) |  
| Glib::RefPtr<Pixmap>  | create (const Glib::RefPtr<Display>& display, GdkNativeWindow anid) |  
| Glib::RefPtr<Pixmap>  | create_from_data (const Glib::RefPtr<const Drawable>& drawable, const char* data, int width, int height, int depth, const Color& fg, const Color& bg) |  
| Glib::RefPtr<Pixmap>  | create_from_xpm (const Glib::RefPtr<const Drawable>& drawable, const Color& transparent_color, const std::string& filename) |  
|   | Create a Pixmap from a xpm file. 
 
  |  
| Glib::RefPtr<Pixmap>  | create_from_xpm (const Glib::RefPtr<const Drawable>& drawable, Glib::RefPtr<Bitmap>& mask, const Color& transparent_color, const std::string& filename) |  
| Glib::RefPtr<Pixmap>  | create_from_xpm (const Glib::RefPtr<const Drawable>& drawable, const Glib::RefPtr<Colormap>& colormap, Glib::RefPtr<Bitmap>& mask, const Color& transparent_color, const std::string& filename) |  
|   | Create a Pixmap from a xpm file with colormap. 
 
  |  
| Glib::RefPtr<Pixmap>  | create_from_xpm (const Glib::RefPtr<const Drawable>& drawable, Glib::RefPtr<Bitmap>& mask, const Color& transparent_color, const char* const* data) |  
| Glib::RefPtr<Pixmap>  | create_from_xpm (const Glib::RefPtr<const Drawable>& drawable, const Glib::RefPtr<Colormap>& colormap, Glib::RefPtr<Bitmap>& mask, const Color& transparent_color, const char* const* data) |  
| Glib::RefPtr<Pixmap>  | create_from_xpm (const Glib::RefPtr<Colormap>& colormap, Glib::RefPtr<Bitmap>& mask, const Color& transparent_color, const char* const* data) |  
| Glib::RefPtr<Pixmap>  | create_from_xpm (const Glib::RefPtr<Colormap>& colormap, Glib::RefPtr<Bitmap>& mask, const char* const* data) |  
 Protected Methods |  
|   | Pixmap () |  
|   | Pixmap (const Glib::RefPtr<Window>& window, int width, int height, int depth=-1) |  
|   | Pixmap (const Glib::RefPtr<Window>& window, const char* data, int width, int height, int depth, const Color& fg, const Color& bg) |  
|   | Initialize a Pixmap from data. 
 
  |  
|   | Pixmap (const Glib::RefPtr<Display>& display, GdkNativeWindow anid) |  
 Related Functions |  
(Note that these are not member functions.)
 
  |  
| Glib::RefPtr<Gdk::Pixmap>  | wrap (GdkPixmapObject* object, bool take_copy=false) |  
 
 Constructor & Destructor Documentation
 
  
    
      
        
          |  virtual Gdk::Pixmap::~Pixmap  | 
          ( | 
                      | 
          )  | 
           [virtual] | 
         
       
     | 
   
 
 
  
    
      
        
          |  Gdk::Pixmap::Pixmap  | 
          ( | 
                      | 
          )  | 
           [protected] | 
         
       
     | 
   
 
 
  
    
      
        
          |  Gdk::Pixmap::Pixmap  | 
          ( | 
          const Glib::RefPtr<Window>&  | 
            window,  | 
         
        
           | 
           | 
          int  | 
            width,  | 
         
        
           | 
           | 
          int  | 
            height,  | 
         
        
           | 
           | 
          int  | 
            depth = -1 | 
         
        
           | 
          )  | 
           [protected] | 
         
       
     | 
   
 
 
  
    
      
        
          |  Gdk::Pixmap::Pixmap  | 
          ( | 
          const Glib::RefPtr<Window>&  | 
            window,  | 
         
        
           | 
           | 
          const char*  | 
            data,  | 
         
        
           | 
           | 
          int  | 
            width,  | 
         
        
           | 
           | 
          int  | 
            height,  | 
         
        
           | 
           | 
          int  | 
            depth,  | 
         
        
           | 
           | 
          const Color&  | 
            fg,  | 
         
        
           | 
           | 
          const Color&  | 
            bg | 
         
        
           | 
          )  | 
           [protected] | 
         
       
     | 
   
 
  
    | 
       
     | 
    
 
Initialize a Pixmap from data.
 
      | 
   
 
 
 Member Function Documentation
 
 
 
 
 
 
 
 
 
 
  
    | 
       
     | 
    
 
Create a Pixmap from a xpm file with colormap.
 
      | 
   
 
 
 
  
    | 
       
     | 
    
 
Create a Pixmap from a xpm file.
 
      | 
   
 
 
  
    
      
        
          |  const GdkPixmap* Gdk::Pixmap::gobj  | 
          ( | 
                      | 
          )  | 
           const [inline] | 
         
       
     | 
   
 
 
  
    
      
        
          |  GdkPixmap* Gdk::Pixmap::gobj  | 
          ( | 
                      | 
          )  | 
           [inline] | 
         
       
     | 
   
 
 
  
    
      
        
          |  GdkPixmap* Gdk::Pixmap::gobj_copy  | 
          ( | 
                      | 
          )  | 
           | 
         
       
     | 
   
 
 Friends And Related Function Documentation
 
  
    
      
        
          |  Glib::RefPtr<Gdk::Pixmap> wrap  | 
          ( | 
          GdkPixmapObject*  | 
            object,  | 
         
        
           | 
           | 
          bool  | 
            take_copy = false | 
         
        
           | 
          )  | 
           [related] | 
         
       
     | 
   
 
 The documentation for this class was generated from the following file:
 
Generated for gtkmm by 
Doxygen 1.3-rc1 © 1997-2001
 |