HVScrollableView.st
changeset 584 e3b11115fc18
parent 572 121735c2aff6
child 678 c1967a46b2c1
--- a/HVScrollableView.st	Thu Apr 25 18:44:20 1996 +0200
+++ b/HVScrollableView.st	Thu Apr 25 19:16:52 1996 +0200
@@ -39,6 +39,9 @@
     and some other (slave-)view.
 
     Please see the documentation and examples in my superclass, ScrollableView
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -283,5 +286,5 @@
 !HVScrollableView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/HVScrollableView.st,v 1.15 1996-04-22 22:20:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/HVScrollableView.st,v 1.16 1996-04-25 17:16:19 cg Exp $'
 ! !