#DOCUMENTATION
authorClaus Gittinger <cg@exept.de>
Fri, 25 Mar 2016 17:12:39 +0100
changeset 3616 b79beb6fb8cf
parent 3615 dfa1e224ea8f
child 3617 7dbbfd6a359a
#DOCUMENTATION class: Layout comment/format in: #isLayout
Layout.st
--- a/Layout.st	Fri Mar 25 17:11:49 2016 +0100
+++ b/Layout.st	Fri Mar 25 17:12:39 2016 +0100
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libview2' }"
 
+"{ NameSpace: Smalltalk }"
+
 Object subclass:#Layout
 	instanceVariableNames:''
 	classVariableNames:''
@@ -101,7 +103,7 @@
 !
 
 isLayout
-    "return true, if the recevier is a layout object. 
+    "return true, if the receiver is a layout object. 
      Always return true here."
 
     ^ true
@@ -136,5 +138,6 @@
 !Layout class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Layout.st,v 1.18 2007-03-27 09:20:25 cg Exp $'
+    ^ '$Header$'
 ! !
+