]> git.saurik.com Git - wxWidgets.git/blame - docs/doxygen/overviews/imagelist.h
added initial version of the Doxygen manual
[wxWidgets.git] / docs / doxygen / overviews / imagelist.h
CommitLineData
15b6757b
FM
1/////////////////////////////////////////////////////////////////////////////
2// Name: imagelist
3// Purpose: topic overview
4// Author: wxWidgets team
5// RCS-ID: $Id$
6// Licence: wxWindows license
7/////////////////////////////////////////////////////////////////////////////
8
9/*!
10
11 @page imagelist_overview wxImageList overview
12
13 Classes: #wxImageList
14 An image list is a list of images that may have transparent areas.
15 The class helps an application organise a collection of images
16 so that they can be referenced by integer index instead of by
17 pointer.
18 Image lists are used in #wxNotebook,
19 #wxListCtrl, #wxTreeCtrl and
20 some other control classes.
21
22 */
23
24