]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/imaglist.cpp
corrected an superfluous initfloatingwindows call in carbon
[wxWidgets.git] / src / mac / imaglist.cpp
index 4cb47b4e693ba6a9a223ded7a417fd4336e80087..4b8ffc372e0e8c9478da3ee14fbac892ee3862d1 100644 (file)
@@ -29,16 +29,23 @@ wxImageList::~wxImageList()
     // TODO: destroy image list handle, if any
 }
 
-
 // Attributes
 ////////////////////////////////////////////////////////////////////////////
 
 // Returns the number of images in the image list.
 int wxImageList::GetImageCount() const
 {
-    // TODO
-       return 0;
+  // TODO
+  return 0;
+}
+
+#if 0
+bool wxImageList::GetSize(int index, int &width, int &hieght) const
+{
+   // TODO
+   return false;
 }
+#endif
 
 // Operations
 ////////////////////////////////////////////////////////////////////////////