X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/89bb3f024443c8129a6acfb28a4d24ca9f190fcf..94e0018723919fe2ca2f5b5f0a42804c16dbf3a1:/interface/wx/imaglist.h diff --git a/interface/wx/imaglist.h b/interface/wx/imaglist.h index 76a8eaf5db..7c9cd1d72b 100644 --- a/interface/wx/imaglist.h +++ b/interface/wx/imaglist.h @@ -3,7 +3,7 @@ // Purpose: interface of wxImageList // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -100,6 +100,8 @@ public: bitmap will automatically be split into smaller images, each matching the dimensions of the image list. This does not apply when adding icons. + + @onlyfor{wxmsw,wxosx} */ int Add(const wxIcon& icon); @@ -206,6 +208,8 @@ public: @remarks The original bitmap or icon is not affected by the Replace() operation, and can be deleted afterwards. + + @onlyfor{wxmsw,wxosx} */ bool Replace(int index, const wxIcon& icon); };