]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/image.h
Fix -- in comment.
[wxWidgets.git] / interface / wx / image.h
index 9982ee2044e94af25147e755183e3ced5882ddea..1c1b2d308822cab5e1af3985440e289d75cbf8f6 100644 (file)
@@ -1027,6 +1027,25 @@ public:
                 unsigned char green,
                 unsigned char blue);
 
+    /**
+        Set the type of image returned by GetType().
+
+        This method is mostly used internally by the library but can also be
+        called from the user code if the image was created from data in the
+        given bitmap format without using LoadFile() (which would set the type
+        correctly automatically).
+
+        Notice that the image must be created before this function is called.
+
+        @since 2.9.0
+
+        @param type
+            One of bitmap type constants, @c wxBITMAP_TYPE_INVALID is a valid
+            value for it and can be used to reset the bitmap type to default
+            but @c wxBITMAP_TYPE_MAX is not allowed here.
+    */
+    void SetType(wxBitmapType type);
+
     /**
         Returns a resized version of this image without scaling it by adding either a
         border