class: ViewScroller
authorClaus Gittinger <cg@exept.de>
Fri, 14 Aug 2015 07:38:36 +0200
changeset 4807 48cb5fe11bbe
parent 4804 9aa52f6b6682
child 4808 097eddb4a565
child 4809 720e12243076
class: ViewScroller comment/format in: #documentation typo
ViewScroller.st
--- a/ViewScroller.st	Fri Aug 07 10:47:25 2015 +0200
+++ b/ViewScroller.st	Fri Aug 14 07:38:36 2015 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1994 by Claus Gittinger
 	      All Rights Reserved
@@ -81,7 +79,7 @@
         verticalScrollStep   <SmallInteger>     amount to scroll when stepping up/down    in pixels
 
         frame                <SimpleView>       the one and only container of the visible scrolledView
-                                                and all invisible scrolledViews if existant.
+                                                and all invisible scrolledViews if existent.
 
         scrolledView         <SimpleView | nil> the current scrolled view or nil
 
@@ -691,10 +689,10 @@
 !ViewScroller class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ViewScroller.st,v 1.46 2015-05-11 15:04:24 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg2/ViewScroller.st,v 1.46 2015-05-11 15:04:24 cg Exp $'
+    ^ '$Header$'
 ! !