1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
<HTML>
<head><title>wxImageList overview</title></head>
<BODY BGCOLOR=#FFFFFF>
<A NAME="wximagelistoverview"></A><CENTER>
<A HREF="wx.htm"><img align=center src="contents.gif" BORDER=0 ALT="Contents"></A> <A HREF="wx278.htm#overviews"><img align=center src="up.gif" BORDER=0 ALT="Up"></A> <A HREF="wx289.htm#wxlistctrloverview"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="wx291.htm#commondialogsoverview"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>
<H2>wxImageList overview</H2>
<P>
Classes: <A HREF="wx117.htm#wximagelist">wxImageList</A><P>
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.<P>
Image lists are used in <A HREF="wx156.htm#wxnotebook">wxNotebook</A>,
<A HREF="wx129.htm#wxlistctrl">wxListCtrl</A>, <A HREF="wx129.htm#wxlistctrl">wxTreeCtrl</A> and
some other control classes.<P>
</BODY></HTML>
|