]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/imaglist.h
experimental --inplace flag implementation
[wxWidgets.git] / include / wx / mac / imaglist.h
index 7e66ffb36a8195d7a47bb69fbc9b9222eda2df6e..13b7be60faf7281023ed2f087bf32f35284eb23b 100644 (file)
@@ -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
   ////////////////////////////////////////////////////////////////////////////