#DOCUMENTATION by mawalch
authormawalch
Thu, 14 Jul 2016 21:33:34 +0200
changeset 5784 0e5f3ae22323
parent 5783 21c8635cd779
child 5785 5da329cd002e
#DOCUMENTATION by mawalch class: ScrollableView comment/format in: #documentation spelling
ScrollableView.st
--- a/ScrollableView.st	Thu Jul 14 12:28:55 2016 +0200
+++ b/ScrollableView.st	Thu Jul 14 21:33:34 2016 +0200
@@ -50,7 +50,7 @@
     The scrollbars are setup to send scrollUp/scrollDown/scrollVerticalTo
     and scrollLeft/scrollRight/scrollHorizontalTo- messages whenever moved.
     The view itself has to implement these (there is a default implementation
-    in the common View class for this - so your widgets usually dont have to
+    in the common View class for this - so your widgets usually don't have to
     care for this).
 
     For the scrollbars to know about the full (maximum) size, the view
@@ -85,7 +85,7 @@
         v := ScrollableView forView:aViewToBeScrolled in:someSuperView
 
     It is also possible to change the scrolledView later (even multiple times).
-    This may be useful, if different views are needed to display different types
+    This may be useful if different views are needed to display different types
     of data (see example2) and at creation time, it is not known what type
     of view is required (multidocument format applications).
 
@@ -107,7 +107,7 @@
         Claus Gittinger
 
     [see also:]
-        ScrollBar 
+        ScrollBar
         Scroller
         ScrolledView
 "