2008-02-18 19:04:03 -05:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: imagelist
|
|
|
|
// Purpose: topic overview
|
|
|
|
// Author: wxWidgets team
|
|
|
|
// RCS-ID: $Id$
|
|
|
|
// Licence: wxWindows license
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
/*!
|
2008-02-19 08:28:24 -05:00
|
|
|
|
2008-02-18 19:04:03 -05:00
|
|
|
@page imagelist_overview wxImageList overview
|
2008-02-19 08:28:24 -05:00
|
|
|
|
2008-02-18 19:04:03 -05:00
|
|
|
Classes: #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.
|
2008-02-19 08:28:24 -05:00
|
|
|
Image lists are used in #wxNotebook,
|
2008-02-18 19:04:03 -05:00
|
|
|
#wxListCtrl, #wxTreeCtrl and
|
|
|
|
some other control classes.
|
2008-02-19 08:28:24 -05:00
|
|
|
|
2008-02-18 19:04:03 -05:00
|
|
|
*/
|
2008-02-19 08:28:24 -05:00
|
|
|
|
|
|
|
|