changed: #documentation
authorClaus Gittinger <cg@exept.de>
Wed, 14 Oct 2009 19:01:53 +0200
changeset 2763 519c58d279d9
parent 2762 80249bee736b
child 2764 c83f22018324
changed: #documentation
LayoutFrame.st
--- a/LayoutFrame.st	Wed Oct 14 19:01:19 2009 +0200
+++ b/LayoutFrame.st	Wed Oct 14 19:01:53 2009 +0200
@@ -36,7 +36,7 @@
 
 documentation
 "
-    This class is provided to make porting of existing ST-80 applications
+    This class is provided to make porting of existing ST-80/Squeak applications
     easier. Instances can be used to control the geometry of a subview, within
     its superview. Like a layoutOrigin, it controls the origin of a component
     by given fraction and offset dimensions; in addition, the bottom-right
@@ -526,9 +526,9 @@
 !LayoutFrame class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/LayoutFrame.st,v 1.34 2009-10-14 17:01:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/LayoutFrame.st,v 1.35 2009-10-14 17:01:53 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/LayoutFrame.st,v 1.34 2009-10-14 17:01:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/LayoutFrame.st,v 1.35 2009-10-14 17:01:53 cg Exp $'
 ! !