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