/////////////////////////////////////////////////////////////////////////////
-// Name: icon.h
+// Name: wx/osx/icon.h
// Purpose: wxIcon class
// Author: Stefan Csomor
// Modified by:
// Created: 1998-01-01
-// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
void SetDepth(int d);
void SetOk(bool isOk);
+ wxSize GetSize() const { return wxSize(GetWidth(), GetHeight()); }
+
WXHICON GetHICON() const;
protected: