]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/bitmap.h
PNG is the native format on iOS
[wxWidgets.git] / interface / wx / bitmap.h
index 6117072a0330872a5f5ea8a675af05ce117ee37a..94b88436682fb3db7d6e30b340b34e06ac7e2d62 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxBitmap* classes
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
@@ -508,6 +508,9 @@ public:
 
     /**
         Returns disabled (dimmed) version of the bitmap.
+
+        This method is not available when <code>wxUSE_IMAGE == 0</code>.
+
         @since 2.9.0
     */
     wxBitmap ConvertToDisabled(unsigned char brightness = 255) const;