]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/bitmap.h
Implement monitoring of file descriptors in wxMotif event loop.
[wxWidgets.git] / interface / wx / bitmap.h
index 9f6c3ffe41c44c3eb15650b17e2716f9f573b670..5b6e27864422ff7e67a94e6285d40f7d2664fabb 100644 (file)
@@ -769,5 +769,13 @@ public:
         Constructs a mask from a bitmap and a colour that indicates the background.
     */
     bool Create(const wxBitmap& bitmap, const wxColour& colour);
+
+    /**
+        Returns the mask as a monochrome bitmap.
+        Currently this method is implemented in wxMSW, wxGTK and wxOSX.
+
+        @since 2.9.5
+    */
+    wxBitmap GetBitmap() const;
 };