LayoutFrame.st
changeset 3414 ec59c0e59dfb
parent 3339 a2562a53f6ef
child 3793 c51420719bcf
--- a/LayoutFrame.st	Tue Dec 02 18:22:25 2014 +0100
+++ b/LayoutFrame.st	Tue Dec 02 23:40:21 2014 +0100
@@ -153,13 +153,15 @@
 !
 
 fractions:fractionRectangle offsets:offsetRectangle
-    "create a new layoutFrame"
+    "create a new layoutFrame given a rectangle of fractions and a rectangle of offsets"
 
     ^ self new
         fractions:fractionRectangle offsets:offsetRectangle
 
     "
-     LayoutFrame fractions:(0 @ 0 corner:1.0 @ 1.0) offsets:(0 @ 0 corner:0 @ 0)
+     LayoutFrame 
+        fractions:(0 @ 0 corner:1.0 @ 1.0) 
+        offsets:(0 @ 0 corner:0 @ 0)
     "
 !
 
@@ -625,10 +627,10 @@
 !LayoutFrame class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/LayoutFrame.st,v 1.42 2014-05-17 15:13:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/LayoutFrame.st,v 1.43 2014-12-02 22:40:21 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/LayoutFrame.st,v 1.42 2014-05-17 15:13:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/LayoutFrame.st,v 1.43 2014-12-02 22:40:21 cg Exp $'
 ! !