Layout.st
changeset 284 b31698e4ebb6
parent 229 612861ef768a
child 415 5d1bf4dffbf5
--- a/Layout.st	Wed May 29 11:37:35 1996 +0200
+++ b/Layout.st	Wed May 29 15:12:19 1996 +0200
@@ -70,6 +70,16 @@
     "Modified: 27.4.1996 / 14:47:08 / cg"
 ! !
 
+!Layout methodsFor:'converting'!
+
+asLayout
+    "return the receiver"
+
+    ^ self
+
+    "Created: 29.5.1996 / 15:12:13 / cg"
+! !
+
 !Layout methodsFor:'initialization'!
 
 initialize
@@ -103,5 +113,5 @@
 !Layout class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Layout.st,v 1.11 1996-04-27 17:50:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Layout.st,v 1.12 1996-05-29 13:12:19 cg Exp $'
 ! !