class: DSVColumnView
authorClaus Gittinger <cg@exept.de>
Thu, 27 Jun 2013 15:54:52 +0200
changeset 4257 0740dae4df00
parent 4256 da3d21982ece
child 4258 d6ea83906c4e
class: DSVColumnView comment/format in: #contentsChanged
DSVColumnView.st
--- a/DSVColumnView.st	Thu Jun 27 15:54:28 2013 +0200
+++ b/DSVColumnView.st	Thu Jun 27 15:54:52 2013 +0200
@@ -2594,7 +2594,7 @@
 !
 
 contentsChanged
-    "contents changed - move origin up if possible"
+    "size of contents changed - move origin up if possible"
     
     |y|
 
@@ -4723,10 +4723,10 @@
 !DSVColumnView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.284 2013-06-27 13:44:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.285 2013-06-27 13:54:52 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.284 2013-06-27 13:44:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.285 2013-06-27 13:54:52 cg Exp $'
 ! !