ListView.st
changeset 5198 8aeb2f4089c9
parent 5111 6d3c864f0a03
child 5217 a243db9b7c43
--- a/ListView.st	Tue Dec 02 17:27:59 2014 +0100
+++ b/ListView.st	Tue Dec 02 17:28:20 2014 +0100
@@ -1952,7 +1952,7 @@
 drawLine:line atX:x inVisible:visLineNr with:fg and:bg
     "draw a given string at visible lines position with
      given x position in fg/bg. Clears the whole line before drawing the string.
-     Low level entry; not meant for public use."
+     This is a low level entry; not meant for public use."
 
     |y l|
 
@@ -5307,10 +5307,10 @@
 !ListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.399 2014-07-12 05:39:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.400 2014-12-02 16:28:20 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.399 2014-07-12 05:39:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.400 2014-12-02 16:28:20 cg Exp $'
 ! !