DialogBox.st
changeset 5940 4fe0f23d90b9
parent 5917 8f725dc59cf6
child 5968 b1c508e8c498
equal deleted inserted replaced
5939:c22f1eec3ffd 5940:4fe0f23d90b9
  6253         withOptoutOption:optOutAction 
  6253         withOptoutOption:optOutAction 
  6254         labelled:labelString 
  6254         labelled:labelString 
  6255         do:[self warn:warnString]
  6255         do:[self warn:warnString]
  6256 
  6256 
  6257     "
  6257     "
  6258      Dialog withOptoutOption:[Transcript flash] labelled:'opt out' warn:'some warning'.
  6258      Dialog 
       
  6259         withOptoutOption:[Transcript flash] 
       
  6260         labelled:'opt out' 
       
  6261         warn:'some warning'.
  6259     "
  6262     "
  6260 ! !
  6263 ! !
  6261 
  6264 
  6262 !DialogBox class methodsFor:'private'!
  6265 !DialogBox class methodsFor:'private'!
  6263 
  6266