// Author: Julian Smart
// Modified by:
// Created: 01/02/97
-// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
wxBitmapType type = wxICON_DEFAULT_TYPE,
int desiredWidth = -1, int desiredHeight = -1);
+ bool CreateFromHICON(WXHICON icon);
+
// implementation only from now on
wxIconRefData *GetIconData() const { return (wxIconRefData *)m_refData; }