#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 23 Nov 2016 14:09:43 +0100
changeset 7694 79afd8c2c966
parent 7693 8616988317db
child 7695 b0a926f0bc31
#DOCUMENTATION by cg class: TopView comment/format in: #heightIncludingBorder #widthIncludingBorder
TopView.st
--- a/TopView.st	Wed Nov 23 14:09:35 2016 +0100
+++ b/TopView.st	Wed Nov 23 14:09:43 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
 	      All Rights Reserved
@@ -915,7 +913,7 @@
 !
 
 heightIncludingBorder
-    "return the views overall-height"
+    "return the view's overall-height"
 
     ^ height
 !
@@ -1078,7 +1076,7 @@
 !
 
 widthIncludingBorder
-    "return the views overall-width"
+    "return the view's overall-width"
 
     ^ width
 !