ListSelectionBox.st
changeset 5222 d85f84d024f9
parent 4407 a4965694f42d
child 5553 f684e07a633d
--- a/ListSelectionBox.st	Wed Dec 10 14:17:04 2014 +0100
+++ b/ListSelectionBox.st	Thu Dec 11 18:25:40 2014 +0100
@@ -259,6 +259,7 @@
 !ListSelectionBox methodsFor:'initialization'!
 
 beLiveSearchBox
+    #todo. "/ Jan, please comment what it does and who needs it
 
     enterField delegate:(
         KeyboardForwarder 
@@ -492,9 +493,10 @@
 !ListSelectionBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.62 2012-03-22 09:52:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.63 2014-12-11 17:25:40 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.62 2012-03-22 09:52:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.63 2014-12-11 17:25:40 cg Exp $'
 ! !
+