LayoutFrm.st
changeset 416 83ab2c5c7ec4
parent 275 d500c08871ab
child 425 54077a8586f0
--- a/LayoutFrm.st	Wed Feb 12 00:06:37 1997 +0100
+++ b/LayoutFrm.st	Wed Feb 12 00:07:30 1997 +0100
@@ -306,6 +306,14 @@
     ^ rightFraction asFloat @ bottomFraction asFloat
 !
 
+isLayoutFrame
+    "return true, if this is a layoutFrame"
+
+    ^ true
+
+
+!
+
 rectangleRelativeTo:superRectangle preferred:prefRect
     "compute the rectangle represented by the receiver,
      given the superViews rectangle and the views preferredExtent."
@@ -364,5 +372,5 @@
 !LayoutFrame class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/LayoutFrm.st,v 1.15 1996-05-26 16:50:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/LayoutFrm.st,v 1.16 1997-02-11 23:07:30 ca Exp $'
 ! !