X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f1ae4143271ae63a17e052a1a471d16e9cd8c44..2597135af78aa28fb582e788b5c4b1b1e4f7b9ba:/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 ////////////////////////////////////////////////////////////////////////////