HVScrollableView.st
changeset 63 f4eaf04d1eaf
parent 59 450ce95a72a4
child 65 b33e4f3a264e
--- a/HVScrollableView.st	Thu Nov 17 15:34:12 1994 +0100
+++ b/HVScrollableView.st	Thu Nov 17 15:38:53 1994 +0100
@@ -22,11 +22,31 @@
 COPYRIGHT (c) 1991 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/HVScrollableView.st,v 1.7 1994-10-10 03:01:48 claus Exp $
+$Header: /cvs/stx/stx/libwidg/HVScrollableView.st,v 1.8 1994-11-17 14:38:05 claus Exp $
 written jan 91 by claus
 '!
 
-!HVScrollableView methodsFor:'documentation'!
+!HVScrollableView class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 1991 by Claus Gittinger
+	      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
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+!
+
+version
+"
+$Header: /cvs/stx/stx/libwidg/HVScrollableView.st,v 1.8 1994-11-17 14:38:05 claus Exp $
+"
+!
 
 documentation
 "
@@ -132,8 +152,7 @@
 		       ]
 	].
 	self setScrollActions
-    ].
-    self viewGravity:#south
+    ]
 !
 
 realize