]>
Commit | Line | Data |
---|---|---|
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 | /*! | |
36c9828f | 10 | |
15b6757b | 11 | @page imagelist_overview wxImageList overview |
36c9828f | 12 | |
15b6757b FM |
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. | |
36c9828f | 18 | Image lists are used in #wxNotebook, |
15b6757b FM |
19 | #wxListCtrl, #wxTreeCtrl and |
20 | some other control classes. | |
36c9828f | 21 | |
15b6757b | 22 | */ |
36c9828f FM |
23 | |
24 |