wx.PrintAbortDialog
The dialog created by default by the print framework that enables aborting the printing process.
Class Hierarchy

Inheritance diagram for class
PrintAbortDialog:
Methods Summary
Class API
-
class wx.PrintAbortDialog(Dialog)
Possible constructors:
PrintAbortDialog(parent, documentTitle, pos=DefaultPosition,
size=DefaultSize, style=DEFAULT_DIALOG_STYLE, name="dialog") -> None
The dialog created by default by the print framework that enables
aborting the printing process.
Methods
-
__init__(self, parent, documentTitle, pos=DefaultPosition, size=DefaultSize, style=DEFAULT_DIALOG_STYLE, name='dialog')
- Parameters:
-
- Return type:
None
-
static GetClassDefaultAttributes(variant=WINDOW_VARIANT_NORMAL)
- Parameters:
variant (WindowVariant)
- Return type:
wx.VisualAttributes
-
SetProgress(self, currentPage, totalPages, currentCopy, totalCopies)
- Parameters:
currentPage (int)
totalPages (int)
currentCopy (int)
totalCopies (int)
- Return type:
None