X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0dbd6262a9ee7d735fb3930707346298f71b2cb7..594f0f5bf1355fb8d58f403d3ebacc1c1767c429:/include/wx/mac/imaglist.h?ds=sidebyside 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 ////////////////////////////////////////////////////////////////////////////