]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/bitmap.h
wxSystemSettings mods in wxGTK
[wxWidgets.git] / include / wx / gtk1 / bitmap.h
index a6c24d9c068a3d80e4270889f45e23017f411f04..3de03236153221e6b60d863221369668cdd28a30 100644 (file)
@@ -84,6 +84,9 @@ public:
     
     wxImage ConvertToImage() const;
 
+    // copies the contents and mask of the given (colour) icon to the bitmap
+    virtual bool CopyFromIcon(const wxIcon& icon);
+
     wxMask *GetMask() const;
     void SetMask( wxMask *mask );