wx.PrintAbortDialog¶
The dialog created by default by the print framework that enables aborting the printing process.
Class Hierarchy¶
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')¶
- static GetClassDefaultAttributes(variant=WINDOW_VARIANT_NORMAL)¶
- Parameters:
variant (WindowVariant)
- Return type:
- SetProgress(self, currentPage, totalPages, currentCopy, totalCopies)¶
- Parameters:
currentPage (int)
totalPages (int)
currentCopy (int)
totalCopies (int)
- Return type:
None