]>
Commit | Line | Data |
---|---|---|
6e7f563b BP |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: class_xrc.h | |
3 | // Purpose: XML Based Resource System (XRC) classes group docs | |
4 | // Author: wxWidgets team | |
526954c5 | 5 | // Licence: wxWindows licence |
6e7f563b BP |
6 | ///////////////////////////////////////////////////////////////////////////// |
7 | ||
8 | /** | |
9 | ||
10 | @defgroup group_class_xrc XML Based Resource System (XRC) | |
11 | @ingroup group_class | |
12 | ||
13 | Resources allow your application to create controls and other user interface | |
14 | elements from specifications stored in an XML format. | |
15 | ||
16 | Related Overviews: @ref overview_xrc | |
17 | ||
18 | */ | |
19 |