X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e9576ca53db96b462ed4c0b4bdf47d64c40203e4..31d309952cd3c6841834a7ea9124f16b190c542b:/src/mac/imaglist.cpp diff --git a/src/mac/imaglist.cpp b/src/mac/imaglist.cpp index 4cb47b4e69..4b8ffc372e 100644 --- a/src/mac/imaglist.cpp +++ b/src/mac/imaglist.cpp @@ -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 ////////////////////////////////////////////////////////////////////////////