1\section{wxImageList overview}\label{wximagelistoverview}
2
3Classes: \helpref{wxImageList}{wximagelist}
4
5An image list is a list of images that may have transparent areas.
6The class helps an application organise a collection of images
7so that they can be referenced by integer index instead of by
8pointer.
9
10Image lists are used in \helpref{wxNotebook}{wxnotebook}, 
11\helpref{wxListCtrl}{wxlistctrl}, \helpref{wxTreeCtrl}{wxlistctrl} and
12some other control classes.
13
14