X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..2253f18176217efc2393213562483d5dbe11b704:/interface/wx/richtext/richtextprint.h diff --git a/interface/wx/richtext/richtextprint.h b/interface/wx/richtext/richtextprint.h index 9a6c185c8c..5a756e5028 100644 --- a/interface/wx/richtext/richtextprint.h +++ b/interface/wx/richtext/richtextprint.h @@ -341,14 +341,16 @@ public: /** Prints the given buffer. The function takes its own copy of @a buffer. + @showPrintDialog can be @true to show the print dialog, or @false to print quietly. */ - bool PrintBuffer(const wxRichTextBuffer& buffer); + bool PrintBuffer(const wxRichTextBuffer& buffer, bool showPrintDialog = true); /** Prints the given file. @a richTextFile can be a text file or XML file, - or other file depending on the available file handlers. + or other file depending on the available file handlers. @showPrintDialog + can be @true to show the print dialog, or @false to print quietly. */ - bool PrintFile(const wxString& richTextFile); + bool PrintFile(const wxString& richTextFile, bool showPrintDialog = true); /** A convenience function to set the footer text.