HorizontalScroller.st
changeset 150 9411bf3927d9
parent 138 ecb269a42683
child 174 d80a6cc3f9b2
--- a/HorizontalScroller.st	Mon Aug 28 23:12:11 1995 +0200
+++ b/HorizontalScroller.st	Tue Aug 29 18:44:52 1995 +0200
@@ -1,6 +1,6 @@
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
-              All Rights Reserved
+	      All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -24,7 +24,7 @@
 copyright
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
-              All Rights Reserved
+	      All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -35,9 +35,16 @@
 "
 !
 
+documentation
+"
+    Actually simply a scroller which preinitializes itself to have
+    a horizontal orientation.
+"
+!
+
 version
 "
-$Header: /cvs/stx/stx/libwidg/HorizontalScroller.st,v 1.9 1995-08-10 18:48:00 claus Exp $
+$Header: /cvs/stx/stx/libwidg/HorizontalScroller.st,v 1.10 1995-08-29 16:44:02 claus Exp $
 "
 ! !