BrowserView.st
changeset 5861 6122b86f2aa6
parent 5815 4d3ebbccd303
child 5898 f6214812e1d2
equal deleted inserted replaced
5860:294f0dcfbe4b 5861:6122b86f2aa6
 12267     ].
 12267     ].
 12268 
 12268 
 12269     action := OptionBox 
 12269     action := OptionBox 
 12270                   request:(resources at:'Text has not been accepted.\\Your modifications will be lost when continuing.') withCRs
 12270                   request:(resources at:'Text has not been accepted.\\Your modifications will be lost when continuing.') withCRs
 12271                   label:(resources string:'Attention')
 12271                   label:(resources string:'Attention')
 12272                   form:(WarningBox iconBitmap)
 12272                   image:(WarningBox iconBitmap)
 12273                   buttonLabels:(resources array:labels)
 12273                   buttonLabels:(resources array:labels)
 12274                   values:values
 12274                   values:values
 12275                   default:true
 12275                   default:true
 12276                   onCancel:false.
 12276                   onCancel:false.
 12277     action ~~ #accept ifTrue:[
 12277     action ~~ #accept ifTrue:[
 14630 ! !
 14630 ! !
 14631 
 14631 
 14632 !BrowserView class methodsFor:'documentation'!
 14632 !BrowserView class methodsFor:'documentation'!
 14633 
 14633 
 14634 version
 14634 version
 14635     ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.776 2004-04-02 12:37:52 werner Exp $'
 14635     ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.777 2004-05-18 13:31:10 cg Exp $'
 14636 ! !
 14636 ! !
 14637 
 14637 
 14638 BrowserView initialize!
 14638 BrowserView initialize!