// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
You can derive a new class from this and override some or all member functions
to change the behaviour and appearance; or you can leave it as it is.
You can derive a new class from this and override some or all member functions
to change the behaviour and appearance; or you can leave it as it is.
Member functions may be overridden to replace functionality, or the
class may be used without derivation.
Member functions may be overridden to replace functionality, or the
class may be used without derivation.
affected. It is recommended to use native preview functionality on
platforms that offer it (OS X, GTK+).
affected. It is recommended to use native preview functionality on
platforms that offer it (OS X, GTK+).
@category{printing}
@see @ref overview_printing, wxPrinterDC, wxPrintDialog, wxPrintout, wxPrinter,
@category{printing}
@see @ref overview_printing, wxPrinterDC, wxPrintDialog, wxPrintout, wxPrinter,
@category{printing}
@see @ref overview_printing, wxPrinterDC, wxPrintDialog, wxPrintout, wxPrintPreview
@category{printing}
@see @ref overview_printing, wxPrinterDC, wxPrintDialog, wxPrintout, wxPrintPreview
to create the print preview image, and to create the printed paper image, and
achieve a common appearance to the preview image and the printed page.
to create the print preview image, and to create the printed paper image, and
achieve a common appearance to the preview image and the printed page.
@category{printing}
@see @ref overview_printing, wxPrinterDC, wxPrintDialog, wxPageSetupDialog,
@category{printing}
@see @ref overview_printing, wxPrinterDC, wxPrintDialog, wxPageSetupDialog,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxDEFAULT_DIALOG_STYLE,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxDEFAULT_DIALOG_STYLE,
void SetProgress(int currentPage, int totalPages,
int currentCopy, int totalCopies);
void SetProgress(int currentPage, int totalPages,
int currentCopy, int totalCopies);