HorizontalScroller.st
changeset 585 8f395aba0173
parent 556 4c3edf42c03e
child 1768 32eb81e67be1
--- a/HorizontalScroller.st	Thu Apr 25 19:16:52 1996 +0200
+++ b/HorizontalScroller.st	Thu Apr 25 19:26:41 1996 +0200
@@ -37,6 +37,9 @@
 "
     Actually simply a scroller which preinitializes itself to have
     a horizontal orientation.
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -62,5 +65,5 @@
 !HorizontalScroller class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/HorizontalScroller.st,v 1.14 1996-04-19 16:50:04 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/HorizontalScroller.st,v 1.15 1996-04-25 17:22:26 cg Exp $'
 ! !