phoenix_title wx.PrintAbortDialog

The dialog created by default by the print framework that enables aborting the printing process.


class_hierarchy Class Hierarchy

Inheritance diagram for class PrintAbortDialog:

method_summary Methods Summary

__init__

GetClassDefaultAttributes

SetProgress


api Class API

class 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.


Methods

__init__(self, parent: Window, documentTitle: str, pos: Point = DefaultPosition, size: Size = DefaultSize, style: int = DEFAULT_DIALOG_STYLE, name: str = 'dialog')
Parameters:
Return type:

None



static GetClassDefaultAttributes(variant: WindowVariant = WINDOW_VARIANT_NORMAL)
Parameters:

variant (WindowVariant)

Return type:

wx.VisualAttributes



SetProgress(self, currentPage: int, totalPages: int, currentCopy: int, totalCopies: int)
Parameters:
  • currentPage (int)

  • totalPages (int)

  • currentCopy (int)

  • totalCopies (int)

Return type:

None