X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0dbd6262a9ee7d735fb3930707346298f71b2cb7..7b108a5e8cae8552840b532e364536e2dbe47dc7:/include/wx/mac/imaglist.h?ds=sidebyside diff --git a/include/wx/mac/imaglist.h b/include/wx/mac/imaglist.h index 7e66ffb36a..13b7be60fa 100644 --- a/include/wx/mac/imaglist.h +++ b/include/wx/mac/imaglist.h @@ -14,7 +14,7 @@ #ifndef _WX_IMAGLIST_H_ #define _WX_IMAGLIST_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "imaglist.h" #endif @@ -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 ////////////////////////////////////////////////////////////////////////////