ListView.st
changeset 5861 fb4a87d71c31
parent 5843 9424b22fcb80
child 5862 1f89188814b3
--- a/ListView.st	Tue Sep 13 15:17:13 2016 +0200
+++ b/ListView.st	Tue Sep 13 15:23:10 2016 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -548,7 +550,7 @@
 !
 
 checkedLinesForWidthOfContentsComputation
-    "return which lines to consider in the widthOfContents computation,
+    "return how many and which lines to consider in the widthOfContents computation,
      which is needed by the scrollBar interface.
      If nil (the default), all lines are processed and the width of the longest line is taken.
      If positive, that number of lines is checked near the start of the text,
@@ -563,7 +565,7 @@
 !
 
 checkedLinesForWidthOfContentsComputation:aNumberOrNil
-    "set which lines to consider in the widthOfContents computation,
+    "set how many and which lines to consider in the widthOfContents computation,
      which is needed by the scrollBar interface.
      If nil (the default), all lines are processed and the width of the longest line is taken.
      If positive, that number of lines is checked near the start of the text,