bool operator != ( const wxBitmap& bmp );
bool Ok() const;
+ bool Create(int width, int height, int depth = -1);
+
int GetHeight() const;
int GetWidth() const;
int GetDepth() const;
void SetWidth( int width );
void SetDepth( int depth );
void SetPixmap( GdkPixmap *pixmap );
+ void SetBitmap( GdkBitmap *bitmap );
GdkPixmap *GetPixmap() const;
GdkBitmap *GetBitmap() const;