Phoenix Logo

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__  
SetProgress  

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


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