#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 13 Sep 2016 15:23:10 +0200
changeset 5861 fb4a87d71c31
parent 5860 acc60507b977
child 5862 1f89188814b3
#DOCUMENTATION by cg class: ListView comment/format in: #checkedLinesForWidthOfContentsComputation #checkedLinesForWidthOfContentsComputation:
ListView.st
--- 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,