Layout.st
changeset 417 3b5a3b678ede
parent 415 5d1bf4dffbf5
child 785 e7e50d798cfc
--- a/Layout.st	Wed Feb 12 00:07:30 1997 +0100
+++ b/Layout.st	Wed Feb 12 00:07:36 1997 +0100
@@ -108,6 +108,13 @@
     "Modified: 27.4.1996 / 14:45:27 / cg"
 !
 
+isLayoutFrame
+    "return true, if this is a layoutFrame"
+
+    ^ false
+
+!
+
 isLayoutOrigin
     "return true, if this is a layoutOrigin"
 
@@ -128,5 +135,5 @@
 !Layout class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Layout.st,v 1.13 1997-02-11 23:06:19 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Layout.st,v 1.14 1997-02-11 23:07:36 ca Exp $'
 ! !