wxWidgets/docs/latex/wx/timaglst.tex
Julian Smart 5b6aa0ff15 Removed some TODOs in the Latex docs; changed wxMotif wxClipboard to match
wxGTK/wxMSW syntax; added Ron Kuris' wxExecute patch


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1659 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-02-09 21:22:58 +00:00

14 lines
465 B
TeX

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