The dialog created by default by the print framework that enables aborting the printing process.
wx.
PrintAbortDialog
(Dialog)¶Possible constructors:
PrintAbortDialog(parent : Window, documentTitle : str, pos:
Point=DefaultPosition, size: Size=DefaultSize, style:
int=DEFAULT_DIALOG_STYLE, name: str="dialog") -> None
The dialog created by default by the print framework that enables aborting the printing process.
__init__
(self, parent : Window, documentTitle : str, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=DEFAULT_DIALOG_STYLE, name: str="dialog")¶GetClassDefaultAttributes
(variant: WindowVariant=WINDOW_VARIANT_NORMAL)¶variant (WindowVariant) –
SetProgress
(self, currentPage : int, totalPages : int, currentCopy : int, totalCopies : int)¶currentPage (int) –
totalPages (int) –
currentCopy (int) –
totalCopies (int) –
None