]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/timaglst.tex
I assume ptr_scpd.h and ptr_shrd.h should only be in BASE_CMN_HDR and not in GUI_CMN_HDR
[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