]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/timaglst.tex
removed erroneous spaces from wxTo/FromString() documentation
[wxWidgets.git] / docs / latex / wx / timaglst.tex
index 8559b16c797adb0dd37a4d2fab60b7d4fdba84bf..c080e33f1ea587235c7632cc9f791b874118b1d4 100644 (file)
@@ -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.