5b6aa0ff15
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
14 lines
465 B
TeX
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.
|
|
|