]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/bitmap.h
move wxApp::GetStdIcon to wxArtProvider
[wxWidgets.git] / include / wx / gtk / 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 );