/////////////////////////////////////////////////////////////////////////////
// Name: dcprint.h
-// Purpose: documentation for wxPrinterDC class
+// Purpose: interface of wxPrinterDC
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@library{wxcore}
@category{printing}
- @seealso
- @ref overview_printingoverview "Printing framework overview", wxDC
+ @see @ref overview_printingoverview "Printing framework overview", wxDC
*/
class wxPrinterDC : public wxDC
{
*/
wxRect wxPrinterDC::GetPaperRect();
};
+