// 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
////////////////////////////////////////////////////////////////////////////