X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0dbd6262a9ee7d735fb3930707346298f71b2cb7..c5c5dad5950a43edbb9a4e7144f44b8f3bd6bf80:/include/wx/mac/imaglist.h diff --git a/include/wx/mac/imaglist.h b/include/wx/mac/imaglist.h index 7e66ffb36a..e8fbf6e713 100644 --- a/include/wx/mac/imaglist.h +++ b/include/wx/mac/imaglist.h @@ -3,18 +3,18 @@ // Purpose: wxImageList class. Note: if your GUI doesn't have // an image list equivalent, you can use the generic class // in src/generic. -// Author: AUTHOR +// Author: Stefan Csomor // Modified by: -// Created: ??/??/98 +// Created: 1998-01-01 // RCS-ID: $Id$ -// Copyright: (c) AUTHOR -// Licence: wxWindows licence +// Copyright: (c) Stefan Csomor +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_IMAGLIST_H_ #define _WX_IMAGLIST_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #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 ////////////////////////////////////////////////////////////////////////////