PrintAbortDialog.st
changeset 5580 3f24169c2d32
parent 3252 5036ab52712f
equal deleted inserted replaced
5579:d1f709b27486 5580:3f24169c2d32
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 "{ Package: 'stx:libwidg2' }"
    12 "{ Package: 'stx:libwidg2' }"
    13 
    13 
       
    14 "{ NameSpace: Smalltalk }"
       
    15 
    14 ApplicationModel subclass:#PrintAbortDialog
    16 ApplicationModel subclass:#PrintAbortDialog
    15 	instanceVariableNames:'printer title printingPageLabel titleLabel printerLabel abort'
    17 	instanceVariableNames:'printer title printingPageLabel titleLabel printerLabel abort'
    16 	classVariableNames:''
    18 	classVariableNames:''
    17 	poolDictionaries:''
    19 	poolDictionaries:''
    18 	category:'Interface-Printing'
    20 	category:'Interface-Printing'
    34 "
    36 "
    35 !
    37 !
    36 
    38 
    37 documentation
    39 documentation
    38 "
    40 "
    39     I allow for an ongoing print operation to be cancelled.
    41     I allow for an ongoing print operation to be canceled.
    40 
    42 
    41     [author:]
    43     [author:]
    42         Felix Madrid (fm@exept.de)
    44         Felix Madrid (fm@exept.de)
    43 "
    45 "
    44 ! !
    46 ! !
   221 ! !
   223 ! !
   222 
   224 
   223 !PrintAbortDialog class methodsFor:'documentation'!
   225 !PrintAbortDialog class methodsFor:'documentation'!
   224 
   226 
   225 version
   227 version
   226     ^ '$Header: /cvs/stx/stx/libwidg2/PrintAbortDialog.st,v 1.7 2007-10-19 14:21:04 fm Exp $'
   228     ^ '$Header$'
   227 ! !
   229 ! !
       
   230