#ifndef __GTKBITMAPH__
#define __GTKBITMAPH__
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface
#endif
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 );