]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/timaglst.tex
Removed more traces of wxrcedit
[wxWidgets.git] / docs / latex / wx / timaglst.tex
1 \section{wxImageList overview}\label{wximagelistoverview}
2
3 Classes: \helpref{wxImageList}{wximagelist}
4
5 An image list is a list of images that may have transparent areas.
6 The class helps an application organise a collection of images
7 so that they can be referenced by integer index instead of by
8 pointer.
9
10 Image lists are used in \helpref{wxNotebook}{wxnotebook},
11 \helpref{wxListCtrl}{wxlistctrl}, \helpref{wxTreeCtrl}{wxlistctrl} and
12 some other control classes.
13