class: ListView
authorClaus Gittinger <cg@exept.de>
Sat, 17 May 2014 17:09:53 +0200
changeset 5029 a6854214b1f8
parent 5028 394487f4945d
child 5030 297523e86a4e
class: ListView comment/format in: #model:
ListView.st
--- a/ListView.st	Sat May 17 14:38:43 2014 +0200
+++ b/ListView.st	Sat May 17 17:09:53 2014 +0200
@@ -1781,7 +1781,7 @@
 !
 
 model:aModel
-    "define the receivers model, from which the text is
+    "define the receiver's model, from which the text is
      to be aquired via list- or aspect-messages, whenever its aspect
      changes."
 
@@ -5264,10 +5264,10 @@
 !ListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.391 2014-04-12 11:35:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.392 2014-05-17 15:09:53 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.391 2014-04-12 11:35:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.392 2014-05-17 15:09:53 cg Exp $'
 ! !