ListSelectionBox.st
changeset 799 64f8700489a4
parent 775 ccc53ba319bc
child 841 1b3dd08ca02a
--- a/ListSelectionBox.st	Fri Jul 19 20:53:39 1996 +0200
+++ b/ListSelectionBox.st	Fri Jul 19 20:57:13 1996 +0200
@@ -274,6 +274,8 @@
 
     |wWanted hWanted eH mm|
 
+    "/ If I have an explicit preferredExtent ..
+
     preferredExtent notNil ifTrue:[
         ^ preferredExtent
     ].
@@ -301,7 +303,7 @@
     ].
     ^ (wWanted @ hWanted)
 
-    "Modified: 29.5.1996 / 12:11:55 / cg"
+    "Modified: 19.7.1996 / 20:44:52 / cg"
 ! !
 
 !ListSelectionBox methodsFor:'user actions'!
@@ -330,5 +332,5 @@
 !ListSelectionBox  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.35 1996-07-05 13:03:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.36 1996-07-19 18:55:53 cg Exp $'
 ! !