ListSelectionBox.st
changeset 724 133555f0ed79
parent 713 0c38ad51016d
child 740 2d5cb01c7e11
--- a/ListSelectionBox.st	Wed May 29 16:57:26 1996 +0200
+++ b/ListSelectionBox.st	Wed May 29 16:58:33 1996 +0200
@@ -232,7 +232,7 @@
 
     "self updateList."
 
-    "I am interested in what is done int the selectionList
+    "I am interested in what is done in the selectionList
      (could also create a SelectionInList-model and catch its changes ...)"
     selectionList action:[:lineNr | self selectionChanged].
     selectionList doubleClickAction:[:lineNr | self doubleClick].
@@ -250,7 +250,7 @@
             filter:[:key | (key ~~ #CursorUp) and:[key ~~ #CursorDown]]
         )
 
-    "Modified: 27.2.1996 / 01:11:41 / cg"
+    "Modified: 18.4.1996 / 18:31:50 / cg"
 !
 
 realize
@@ -337,5 +337,5 @@
 !ListSelectionBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.32 1996-05-29 10:16:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.33 1996-05-29 14:58:33 cg Exp $'
 ! !