]>
Commit | Line | Data |
---|---|---|
6e7f563b BP |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: class_printing.h | |
3 | // Purpose: Printing Framework classes group docs | |
4 | // Author: wxWidgets team | |
5 | // RCS-ID: $Id: class_dc.h 52454 2008-03-12 19:08:48Z BP $ | |
526954c5 | 6 | // Licence: wxWindows licence |
6e7f563b BP |
7 | ///////////////////////////////////////////////////////////////////////////// |
8 | ||
9 | /** | |
10 | ||
11 | @defgroup group_class_printing Printing Framework | |
12 | @ingroup group_class | |
13 | ||
14 | A printing and previewing framework is implemented to make it relatively | |
15 | straightforward to provide document printing facilities. | |
16 | ||
17 | Related Overviews: @ref overview_printing | |
18 | ||
19 | */ | |
20 |