]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/bitmap.h
Project file update
[wxWidgets.git] / include / wx / motif / bitmap.h
index 23f8bcd9bef656e04dcd118bcc9cbaddc1f8e76f..943f34cae15a25d150e8a49fa4582d2ce11f76c5 100644 (file)
@@ -171,6 +171,9 @@ public:
     virtual bool SaveFile(const wxString& name, int type, const wxPalette *cmap = NULL);
     
     wxImage ConvertToImage() const;
+
+    // copies the contents and mask of the given (colour) icon to the bitmap
+    virtual bool CopyFromIcon(const wxIcon& icon);
     
     bool Ok() const { return (M_BITMAPDATA && M_BITMAPDATA->m_ok); }
     int GetWidth() const { return (M_BITMAPDATA ? M_BITMAPDATA->m_width : 0); }