SimpleDialog.st
changeset 905 f2a0bb5b147c
parent 903 b9e0882bd2f4
child 906 732822b19bc3
equal deleted inserted replaced
904:d94b749a9de2 905:f2a0bb5b147c
   354 
   354 
   355 openInterface:aWindowSpec
   355 openInterface:aWindowSpec
   356     "open a standard interface.
   356     "open a standard interface.
   357      Redefned to return the accept value instead of the builder."
   357      Redefned to return the accept value instead of the builder."
   358 
   358 
   359     super openInterface:aWindowSpec.
   359     super openInterfaceModal:aWindowSpec.
   360     ^ accept value.
   360     ^ accept value.
   361 
   361 
   362     "Created: / 23.1.1998 / 18:19:57 / cg"
   362     "Created: / 23.1.1998 / 18:19:57 / cg"
   363     "Modified: / 23.1.1998 / 18:20:54 / cg"
   363     "Modified: / 22.4.1998 / 11:59:05 / cg"
   364 ! !
   364 ! !
   365 
   365 
   366 !SimpleDialog class methodsFor:'documentation'!
   366 !SimpleDialog class methodsFor:'documentation'!
   367 
   367 
   368 version
   368 version
   369     ^ '$Header: /cvs/stx/stx/libview2/SimpleDialog.st,v 1.16 1998-04-21 00:18:54 tz Exp $'
   369     ^ '$Header: /cvs/stx/stx/libview2/SimpleDialog.st,v 1.17 1998-04-22 11:53:57 cg Exp $'
   370 ! !
   370 ! !