DialogBox.st
changeset 424 1468956c1680
parent 423 17f68f3dbeb6
child 436 c4530ec88b16
--- a/DialogBox.st	Wed Feb 28 15:20:07 1996 +0100
+++ b/DialogBox.st	Wed Feb 28 15:23:12 1996 +0100
@@ -2272,7 +2272,8 @@
     self addComponent:f tabable:tabable.
     ^ f
 
-    "
+    "without a list, the comboList is disabled:
+
      |box val|
 
      val := 'some input' asValue.
@@ -2289,7 +2290,8 @@
      ].
     "
 
-    "
+    "with a list, it can be pulled:
+
      |box val|
 
      val := '' asValue.
@@ -2306,8 +2308,8 @@
      ].
     "
 
-    "Modified: 9.2.1996 / 22:46:40 / cg"
     "Created: 28.2.1996 / 15:16:34 / cg"
+    "Modified: 28.2.1996 / 15:22:47 / cg"
 !
 
 addComponent:aComponent
@@ -3549,5 +3551,5 @@
 !DialogBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.48 1996-02-28 14:20:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.49 1996-02-28 14:23:12 cg Exp $'
 ! !