]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/bitmap.h
Disabled memory tracing code for mingw32,
[wxWidgets.git] / include / wx / gtk / bitmap.h
index 9e37103faeeb72df3742e823d60c940f7b580a57..5096d3b8b56a3e430260c6a33b464b118b6949d9 100644 (file)
@@ -74,6 +74,8 @@ public:
     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;
@@ -97,6 +99,7 @@ public:
     void SetWidth( int width );
     void SetDepth( int depth );
     void SetPixmap( GdkPixmap *pixmap );
+    void SetBitmap( GdkBitmap *bitmap );
 
     GdkPixmap *GetPixmap() const;
     GdkBitmap *GetBitmap() const;