]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/image.h
testing header replace
[wxWidgets.git] / include / wx / image.h
index 84dcd3934d0ce72654e6672223d5529343e576a9..fd7695684176e7140d1493b2dcea06df61c42f18 100644 (file)
@@ -240,6 +240,9 @@ public:
     bool Create( char** xpmData ) { return Create(const_cast<const char* const*>(xpmData)); }
 #endif
     void Destroy();
+   
+    // initialize the image data with zeroes
+    void Clear(unsigned char value = 0);
 
     // creates an identical copy of the image (the = operator
     // just raises the ref count)