]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/timaglst.tex
added the possibility to hide the tip window automatically when the mouse leave the...
[wxWidgets.git] / docs / latex / wx / timaglst.tex
CommitLineData
a660d684
KB
1\section{wxImageList overview}\label{wximagelistoverview}
2
3Classes: \helpref{wxImageList}{wximagelist}
4
5b6aa0ff
JS
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.
a660d684 13