# HG changeset patch # User Claus Gittinger # Date 1479906583 -3600 # Node ID 79afd8c2c9667518ff4fe1022cd9fc3922b5d03b # Parent 8616988317dbf2552d33478e0fa7302fa7bf1fe5 #DOCUMENTATION by cg class: TopView comment/format in: #heightIncludingBorder #widthIncludingBorder diff -r 8616988317db -r 79afd8c2c966 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 !