]>
Commit | Line | Data |
---|---|---|
6e7f563b BP |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: class_richtext.h | |
3 | // Purpose: Rich Text classes group docs | |
4 | // Author: wxWidgets team | |
526954c5 | 5 | // Licence: wxWindows licence |
6e7f563b BP |
6 | ///////////////////////////////////////////////////////////////////////////// |
7 | ||
8 | /** | |
9 | ||
10 | @defgroup group_class_richtext Rich Text | |
11 | @ingroup group_class | |
12 | ||
13 | wxWidgets provides a set of generic classes to edit and print simple rich text | |
14 | with character and paragraph formatting. | |
15 | ||
16 | */ | |
17 |