X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..760f0fc2f4b875beb06e5ecd6d69b891d8360efe:/docs/latex/wx/timaglst.tex diff --git a/docs/latex/wx/timaglst.tex b/docs/latex/wx/timaglst.tex index 8559b16c79..c080e33f1e 100644 --- a/docs/latex/wx/timaglst.tex +++ b/docs/latex/wx/timaglst.tex @@ -2,5 +2,12 @@ Classes: \helpref{wxImageList}{wximagelist} -TODO. +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.