20 lines
564 B
C
20 lines
564 B
C
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
// 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
|
||
|
|
||
|
*/
|
||
|
|