]>
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 imagelist_overview wxImageList overview
14 An image list is a list of images that may have transparent areas.
15 The class helps an application organise a collection of images
16 so that they can be referenced by integer index instead of by
18 Image lists are used in #wxNotebook,
19 #wxListCtrl, #wxTreeCtrl and
20 some other control classes.