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:

api Class API

class wx.PrintAbortDialog(Dialog)

Possible constructors:

PrintAbortDialog(parent, documentTitle, pos=DefaultPosition,
                 size=DefaultSize, style=DEFAULT_DIALOG_STYLE, name="dialog")

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
  • parent (wx.Window) –

  • documentTitle (string) –

  • pos (wx.Point) –

  • size (wx.Size) –

  • style (long) –

  • name (string) –



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) –