#DOCUMENTATION by mawalch
authormawalch
Tue, 16 May 2017 17:51:48 +0200
changeset 5540 a386bd11703d
parent 5539 04879fedd753
child 5541 4810fb423a48
#DOCUMENTATION by mawalch class: NoteBookView comment/format in: #fitLastRow #fitLastRow: Spelling fixes.
NoteBookView.st
--- a/NoteBookView.st	Fri May 05 17:25:01 2017 +0200
+++ b/NoteBookView.st	Tue May 16 17:51:48 2017 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1997 by eXept Software AG
               All Rights Reserved
@@ -1014,22 +1016,26 @@
 
 fitLastRow
     "in case of true, the last row is expanded to the view size like all
-     other raws. In case of false all the tabs in the last raw keep their
-     preferred extent (x or y) dependant on the direction.
+     other rows. In case of false all the tabs in the last row keep their
+     preferred extent (x or y) depending on the direction.
     "
     ^ fitLastRow
+
+    "Modified (comment): / 16-05-2017 / 17:50:16 / mawalch"
 !
 
 fitLastRow:aBool
     "in case of true, the last row is expanded to the view size like all
-     other raws. In case of false all the tabs in the last raw keep their
-     preferred extent (x or y) dependant on the direction.
+     other rows. In case of false all the tabs in the last row keep their
+     preferred extent (x or y) depending on the direction.
     "
 
     fitLastRow ~~ aBool ifTrue:[
         fitLastRow := aBool.
         self styleChanged.
     ].
+
+    "Modified (comment): / 16-05-2017 / 17:49:15 / mawalch"
 !
 
 hasScrollButtons