/////////////////////////////////////////////////////////////////////////////
-// Name: icon.h
+// Name: wx/osx/icon.h
// Purpose: wxIcon class
// Author: Stefan Csomor
// Modified by:
void SetDepth(int d);
void SetOk(bool isOk);
+ wxSize GetSize() const { return wxSize(GetWidth(), GetHeight()); }
+
WXHICON GetHICON() const;
protected: