| 12345678910111213141516171819 | 
							- /////////////////////////////////////////////////////////////////////////////
 
- // Name:        class_printing.h
 
- // Purpose:     Printing Framework classes group docs
 
- // Author:      wxWidgets team
 
- // Licence:     wxWindows licence
 
- /////////////////////////////////////////////////////////////////////////////
 
- /**
 
- @defgroup group_class_printing Printing Framework
 
- @ingroup group_class
 
- A printing and previewing framework is implemented to make it relatively
 
- straightforward to provide document printing facilities.
 
- Related Overviews: @ref overview_printing
 
- */
 
 
  |