// Purpose: interface of wxImageList
// Author: wxWidgets team
// RCS-ID: $Id$
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
matching the dimensions of the image list.
This does not apply when adding icons.
- @onlyfor{wxmsw,wxmac}
+ @onlyfor{wxmsw,wxosx}
*/
int Add(const wxIcon& icon);
@remarks The original bitmap or icon is not affected by the Replace()
operation, and can be deleted afterwards.
- @onlyfor{wxmsw,wxmac}
+ @onlyfor{wxmsw,wxosx}
*/
bool Replace(int index, const wxIcon& icon);
};