.. 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 : 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.
.. method:: __init__(self, parent : Window, documentTitle : str, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=DEFAULT_DIALOG_STYLE, name: str="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
:rtype: `None`
.. staticmethod:: GetClassDefaultAttributes(variant: WindowVariant=WINDOW_VARIANT_NORMAL)
:param `variant`:
:type `variant`: wx.WindowVariant
:rtype: :ref:`wx.VisualAttributes`
.. method:: SetProgress(self, currentPage : int, totalPages : int, currentCopy : int, totalCopies : int)
:param `currentPage`:
:type `currentPage`: int
:param `totalPages`:
:type `totalPages`: int
:param `currentCopy`:
:type `currentCopy`: int
:param `totalCopies`:
:type `totalCopies`: int
:rtype: `None`