#ifndef _WX_IMAGLIST_H_
#define _WX_IMAGLIST_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "imaglist.h"
#endif
// Returns the number of images in the image list.
int GetImageCount() const;
+
+ bool GetSize(int index, int&width, int &height) const;
// Operations
////////////////////////////////////////////////////////////////////////////