X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0dbd6262a9ee7d735fb3930707346298f71b2cb7..c2bbeff0048b6f02bf1ef41edc6c7a3ce148f907:/include/wx/mac/imaglist.h diff --git a/include/wx/mac/imaglist.h b/include/wx/mac/imaglist.h index 7e66ffb36a..8f305419fe 100644 --- a/include/wx/mac/imaglist.h +++ b/include/wx/mac/imaglist.h @@ -72,6 +72,8 @@ class WXDLLEXPORT wxImageList: public wxObject // Returns the number of images in the image list. int GetImageCount() const; + + bool GetSize(int index, int&width, int &height) const; // Operations ////////////////////////////////////////////////////////////////////////////