wxBitmap( const wxString &filename, int type = wxBITMAP_TYPE_XPM );
~wxBitmap();
wxBitmap& operator = ( const wxBitmap& bmp );
- bool operator == ( const wxBitmap& bmp );
- bool operator != ( const wxBitmap& bmp );
+ bool operator == ( const wxBitmap& bmp ) const;
+ bool operator != ( const wxBitmap& bmp ) const;
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;