]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/printing.h
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / docs / doxygen / overviews / printing.h
index 6026fa7e6eb82d052ae13578d8847f836bda4a61..4951c0f13009dc00def35c10f06ff947fd51719b 100644 (file)
@@ -2,41 +2,14 @@
 // Name:        printing.h
 // Purpose:     topic overview
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
 
 @page overview_printing Printing Framework Overview
 
-Classes:
-@li wxPrintout
-@li wxPrinter
-@li wxPrintPreview
-@li wxPrinterDC
-@li wxPostScriptDC
-@li wxPrintDialog
-@li wxPrintData
-@li wxPrintDialogData
-@li wxPageSetupDialog
-@li wxPageSetupDialogData
-
-
-@li @ref overview_printing_printout
-@li @ref overview_printing_printer
-@li @ref overview_printing_printpreview
-@li @ref overview_printing_printerdc
-@li @ref overview_printing_postscriptdc
-@li @ref overview_printing_printdialog
-@li @ref overview_printing_printdata
-@li @ref overview_printing_printdialogdata
-@li @ref overview_printing_pagesetupdialog
-@li @ref overview_printing_pagesetupdialogdata
-
-
-<hr>
-
+@tableofcontents
 
 The printing framework relies on the application to provide classes whose
 member functions can respond to particular requests, such as 'print this page'
@@ -53,6 +26,8 @@ A brief description of each class's role and how they work together follows.
 For the special case of printing under Unix, where various different printing
 backends have to be offered, please have a look at @ref overview_unixprinting.
 
+@see @ref group_class_printing
+
 
 @section overview_printing_printout wxPrintout
 
@@ -227,4 +202,3 @@ range (from the wxPrintDialogData) or the paper size and/or page orientation
 (from the wxPageSetupDialogData).
 
 */
-