DialogBox.st
changeset 5191 dae927f4f9c2
parent 5091 f69c39e3dc9e
child 5242 2fce587be425
equal deleted inserted replaced
5190:a02b847bef56 5191:dae927f4f9c2
  6268 
  6268 
  6269     "Created: / 12-01-2008 / 23:02:28 / cg"
  6269     "Created: / 12-01-2008 / 23:02:28 / cg"
  6270 !
  6270 !
  6271 
  6271 
  6272 requestClass:aString okLabel:okLabel initialAnswer:initial
  6272 requestClass:aString okLabel:okLabel initialAnswer:initial
  6273     "launch a Dialog, which allows user to enter an existing classes name.
  6273     "launch a Dialog, which allows user to enter an existing class's name.
  6274      Return the entered class or nil (if cancel was pressed).
  6274      Return the entered class or nil (if cancel was pressed).
  6275      The entryField does classNameCompletion on TAB."
  6275      The entryField does classNameCompletion on TAB."
  6276 
  6276 
  6277      ^ self requestClass:aString list:nil okLabel:okLabel initialAnswer:initial
  6277      ^ self requestClass:aString list:nil okLabel:okLabel initialAnswer:initial
  6278 
  6278 
 10248 ! !
 10248 ! !
 10249 
 10249 
 10250 !DialogBox class methodsFor:'documentation'!
 10250 !DialogBox class methodsFor:'documentation'!
 10251 
 10251 
 10252 version
 10252 version
 10253     ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.359 2014-07-03 16:37:48 cg Exp $'
 10253     ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.360 2014-11-28 12:35:28 cg Exp $'
 10254 !
 10254 !
 10255 
 10255 
 10256 version_CVS
 10256 version_CVS
 10257     ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.359 2014-07-03 16:37:48 cg Exp $'
 10257     ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.360 2014-11-28 12:35:28 cg Exp $'
 10258 ! !
 10258 ! !
 10259 
 10259 
 10260 
 10260 
 10261 DialogBox initialize!
 10261 DialogBox initialize!