- private:
-
- friend wxDC;
- friend wxPaintDC;
- friend wxMemoryDC;
- friend wxToolBar;
- friend wxBitmapButton;
- friend wxStaticBitmap;
-
- GdkPixmap *GetPixmap(void) const;
- GdkBitmap *GetBitmap(void) const;
-
- void DestroyImage(void);
- void RecreateImage(void);
- void Render(void);
+ wxPalette *GetPalette() const;
+ wxPalette *GetColourMap() const
+ { return GetPalette(); };
+
+ // implementation
+ // --------------
+
+ void SetHeight( int height );
+ void SetWidth( int width );
+ void SetDepth( int depth );
+ void SetPixmap( GdkPixmap *pixmap );
+ void SetBitmap( GdkBitmap *bitmap );
+
+ GdkPixmap *GetPixmap() const;
+ GdkBitmap *GetBitmap() const;