]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/bitmap.h
Added native wxInfoBar implementation for wxGTK.
[wxWidgets.git] / interface / wx / bitmap.h
index 1d2b8b81f8e1534ea19af93dcfd03a1a6796ed80..913d530e9e42fa546cc655c5cbd1d760c455bacf 100644 (file)
@@ -498,6 +498,12 @@ public:
     */
     wxSize GetSize() const;
 
+    /**
+        Returns disabled (dimmed) version of the bitmap.
+        @since 2.9.0
+    */
+    wxBitmap ConvertToDisabled(unsigned char brightness = 255) const;
+
     /**
         Gets the width of the bitmap in pixels.