SelectionInListView.st
changeset 5373 a95a624e0ae9
parent 5354 457cb908b288
child 5386 26b17b83a19b
child 5416 9da7ff15ecbf
--- a/SelectionInListView.st	Sun Jul 12 10:29:26 2015 +0200
+++ b/SelectionInListView.st	Sun Jul 12 10:29:43 2015 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -3120,6 +3118,14 @@
     "Modified: / 08-11-2006 / 19:46:33 / cg"
 !
 
+highlightLineSpacing
+    "true if the spacing between lines is to be drawn with selected color,
+     false if it remains white.
+     false for selection in list views; true for edit/text views"
+
+    ^ false
+!
+
 isValidSelection:aNumberOrCollection
     "return true, if aNumber is ok as a selection index"
 
@@ -4190,11 +4196,11 @@
 !SelectionInListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.286 2015-05-20 10:28:24 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.286 2015-05-20 10:28:24 cg Exp $'
+    ^ '$Header$'
 !
 
 version_HG