Allow configuring showing printing dialog in wxHtmlEasyPrinting

Add wxHtmlEasyPrinting::SetPromptMode() to allow suppressing the
"prompt" shown by wxPrinter::Print() when it's called from this class
code.

Closes https://github.com/wxWidgets/wxWidgets/pull/838
This commit is contained in:
pavel-t
2018-06-21 09:11:28 +03:00
committed by Vadim Zeitlin
parent 01cd3cc019
commit 710474c634
4 changed files with 48 additions and 1 deletions

View File

@@ -88,6 +88,7 @@ All (GUI):
- Fix bug with missing items in overflowing AUI toolbar (Maarten Bent).
- Revert to left-aligning wxSpinCtrl contents by default.
- Make wxRibbonButtonBar buttons more customizable (Max Maisel).
- Add wxHtmlEasyPrinting::SetPromptMode() (pavel-t).
wxGTK: