#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 10 Feb 2017 11:19:32 +0100
changeset 3877 595b816b53b5
parent 3876 500a45596c1c
child 3878 f7e300dabdf5
#DOCUMENTATION by cg class: Layout added: #isAbstract
Layout.st
--- a/Layout.st	Fri Feb 10 11:19:03 2017 +0100
+++ b/Layout.st	Fri Feb 10 11:19:32 2017 +0100
@@ -73,6 +73,16 @@
     "Modified: 27.4.1996 / 14:47:08 / cg"
 ! !
 
+!Layout class methodsFor:'queries'!
+
+isAbstract
+    "Return if this class is an abstract class.
+     True is returned here for myself only; false for subclasses.
+     Abstract subclasses must redefine this again."
+
+    ^ self == Layout.
+! !
+
 !Layout methodsFor:'converting'!
 
 asLayout