|
Class: PrintAbortDialog
Object
|
+--Model
|
+--ApplicationModel
|
+--PrintAbortDialog
- Package:
- stx:libwidg2
- Category:
- Interface-Printing
- Version:
- rev:
1.10
date: 2022/02/10 12:00:20
- user: cg
- file: PrintAbortDialog.st directory: libwidg2
- module: stx stc-classLibrary: libwidg2
I allow for an ongoing print operation to be canceled.
copyrightCOPYRIGHT (c) 2006 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
interface specs
-
windowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:PrintAbortDialog andSelector:#windowSpec
PrintAbortDialog new openInterface:#windowSpec
PrintAbortDialog open
|
opening
-
open: aTitle printer: aPrinter
-
aspects
-
printerLabelPostBuild: aLabel
-
-
printingPageLabelPostBuild: aLabel
-
-
titleLabelPostBuild: aLabel
-
opening
-
open: aTitle printer: aPrinter
-
Open a printer abort dialog. This dialog box
allows the user to abort while printing.
queries
-
shouldAbort
-
update
-
updatePrintingPageInfo: aString
-
-
updateTitle
-
user actions
-
abort
-
The abort dialog should be closed after aborting the printing process
|