checkin from browser
authorClaus Gittinger <cg@exept.de>
Fri, 19 Apr 1996 19:02:57 +0200
changeset 558 907a0365d06a
parent 557 1fbfacd0fed1
child 559 3ff87e9447c6
checkin from browser
DialogBox.st
--- a/DialogBox.st	Fri Apr 19 19:01:08 1996 +0200
+++ b/DialogBox.st	Fri Apr 19 19:02:57 1996 +0200
@@ -1738,7 +1738,7 @@
          )
 
 
-     no list:
+     no list (lines argument is ignored):
 
          Transcript showCr:(
              Dialog 
@@ -1747,7 +1747,7 @@
                 values:nil
                 buttons:#('one' 'two' 'three' 'four') 
                 values:#(1 2 3 4) 
-                lines:4
+                lines:nil
                 cancel:nil
          )
 
@@ -1782,7 +1782,7 @@
 
     "
 
-    "Modified: 19.4.1996 / 19:00:05 / cg"
+    "Modified: 19.4.1996 / 19:02:39 / cg"
 !
 
 choose:aString fromList:list values:listValues lines:maxLines cancel:cancelBlock
@@ -4228,6 +4228,6 @@
 !DialogBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.62 1996-04-19 17:01:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.63 1996-04-19 17:02:57 cg Exp $'
 ! !
 DialogBox initialize!