.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. _wx.PrintAbortDialog: ========================================================================================================================================== |phoenix_title| **wx.PrintAbortDialog** ========================================================================================================================================== The dialog created by default by the print framework that enables aborting the printing process. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class PrintAbortDialog:
| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.PrintAbortDialog.__init__` :meth:`~wx.PrintAbortDialog.GetClassDefaultAttributes` :meth:`~wx.PrintAbortDialog.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. .. method:: __init__(self, parent, documentTitle, pos=DefaultPosition, size=DefaultSize, style=DEFAULT_DIALOG_STYLE, name="dialog") :param `parent`: :type `parent`: wx.Window :param `documentTitle`: :type `documentTitle`: string :param `pos`: :type `pos`: wx.Point :param `size`: :type `size`: wx.Size :param `style`: :type `style`: long :param `name`: :type `name`: string .. staticmethod:: GetClassDefaultAttributes(variant=WINDOW_VARIANT_NORMAL) :param `variant`: :type `variant`: wx.WindowVariant :rtype: :ref:`wx.VisualAttributes` .. method:: SetProgress(self, currentPage, totalPages, currentCopy, totalCopies) :param `currentPage`: :type `currentPage`: int :param `totalPages`: :type `totalPages`: int :param `currentCopy`: :type `currentCopy`: int :param `totalCopies`: :type `totalCopies`: int