]>
git.saurik.com Git - wxWidgets.git/blob - docs/doxygen/overviews/imagelist.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: topic overview
4 // Author: wxWidgets team
6 // Licence: wxWindows license
7 /////////////////////////////////////////////////////////////////////////////
11 @page overview_imagelist wxImageList overview
15 An image list is a list of images that may have transparent areas.
16 The class helps an application organise a collection of images
17 so that they can be referenced by integer index instead of by
20 Image lists are used in wxNotebook, wxListCtrl, wxTreeCtrl and
21 some other control classes.