X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f8855e47254a28f5141524b3aaaac03c2944e997..95f090310c481a806c47161efc3377ab38dbdcd9:/include/wx/gtk/bitmap.h?ds=sidebyside diff --git a/include/wx/gtk/bitmap.h b/include/wx/gtk/bitmap.h index 29649632b9..0936677dd2 100644 --- a/include/wx/gtk/bitmap.h +++ b/include/wx/gtk/bitmap.h @@ -113,11 +113,9 @@ public: void SetWidth( int width ); void SetDepth( int depth ); void SetPixmap( GdkPixmap *pixmap ); - void SetBitmap( GdkBitmap *bitmap ); void SetPixbuf(GdkPixbuf *pixbuf); GdkPixmap *GetPixmap() const; - GdkBitmap *GetBitmap() const; bool HasPixmap() const; bool HasPixbuf() const; GdkPixbuf *GetPixbuf() const; @@ -138,9 +136,7 @@ protected: private: // to be called from CreateFromImage only! - bool CreateFromImageAsBitmap(const wxImage& image); - bool CreateFromImageAsPixmap(const wxImage& image); - + bool CreateFromImageAsPixmap(const wxImage& image, int depth); bool CreateFromImageAsPixbuf(const wxImage& image); enum Representation