YesToAllConfirmation.st
branchjv
changeset 18120 e3a375d5f6a8
parent 18011 deb0c3355881
parent 17269 a59c3c048aef
equal deleted inserted replaced
18119:cb7a12afe736 18120:e3a375d5f6a8
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     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:libbasic' }"
    12 "{ Package: 'stx:libbasic' }"
       
    13 
       
    14 "{ NameSpace: Smalltalk }"
    13 
    15 
    14 Notification subclass:#YesToAllConfirmation
    16 Notification subclass:#YesToAllConfirmation
    15 	instanceVariableNames:''
    17 	instanceVariableNames:''
    16 	classVariableNames:''
    18 	classVariableNames:''
    17 	poolDictionaries:''
    19 	poolDictionaries:''
    93 ! !
    95 ! !
    94 
    96 
    95 !YesToAllConfirmation methodsFor:'defaults'!
    97 !YesToAllConfirmation methodsFor:'defaults'!
    96 
    98 
    97 defaultResumeValue
    99 defaultResumeValue
       
   100     "the default answer, if no one handles the query"
       
   101 
    98     ^ false
   102     ^ false
    99 ! !
   103 ! !
   100 
   104 
   101 !YesToAllConfirmation class methodsFor:'documentation'!
   105 !YesToAllConfirmation class methodsFor:'documentation'!
   102 
   106 
   103 version
   107 version
   104     ^ '$Header: /cvs/stx/stx/libbasic/YesToAllConfirmation.st,v 1.6 2010-10-14 08:38:03 cg Exp $'
   108     ^ '$Header: /cvs/stx/stx/libbasic/YesToAllConfirmation.st,v 1.7 2014-12-30 12:40:05 cg Exp $'
   105 !
   109 !
   106 
   110 
   107 version_CVS
   111 version_CVS
   108     ^ '$Header: /cvs/stx/stx/libbasic/YesToAllConfirmation.st,v 1.6 2010-10-14 08:38:03 cg Exp $'
   112     ^ '$Header: /cvs/stx/stx/libbasic/YesToAllConfirmation.st,v 1.7 2014-12-30 12:40:05 cg Exp $'
   109 ! !
   113 ! !
       
   114