| 1 | ///////////////////////////////////////////////////////////////////////////// |
| 2 | // Name: class_richtext.h |
| 3 | // Purpose: Rich Text classes group docs |
| 4 | // Author: wxWidgets team |
| 5 | // RCS-ID: $Id: class_dc.h 52454 2008-03-12 19:08:48Z BP $ |
| 6 | // Licence: wxWindows license |
| 7 | ///////////////////////////////////////////////////////////////////////////// |
| 8 | |
| 9 | /** |
| 10 | |
| 11 | @defgroup group_class_richtext Rich Text |
| 12 | @ingroup group_class |
| 13 | |
| 14 | wxWidgets provides a set of generic classes to edit and print simple rich text |
| 15 | with character and paragraph formatting. |
| 16 | |
| 17 | */ |
| 18 | |