]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/bitmap.h
Reworked Frame class
[wxWidgets.git] / include / wx / gtk1 / bitmap.h
index 17ef65088864be099bf945af4aca2c7206789a51..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;