FramedBox.st
changeset 797 2f9cd56f48ee
parent 721 4a01084cf643
child 914 c2435be998ba
--- a/FramedBox.st	Fri Jul 19 20:47:29 1996 +0200
+++ b/FramedBox.st	Fri Jul 19 20:52:41 1996 +0200
@@ -18,7 +18,7 @@
 	category:'Views-Layout'
 !
 
-!FramedBox class methodsFor:'documentation'!
+!FramedBox  class methodsFor:'documentation'!
 
 copyright
 "
@@ -591,6 +591,8 @@
 
     |m2 sep|
 
+    "/ If I have an explicit preferredExtent ..
+
     preferredExtent notNil ifTrue:[
         ^ preferredExtent
     ].
@@ -603,7 +605,7 @@
     ].
     ^ super preferredExtent+(m2 @ m2)
 
-    "Modified: 29.5.1996 / 12:12:40 / cg"
+    "Modified: 19.7.1996 / 20:44:13 / cg"
 !
 
 viewRectangle
@@ -647,8 +649,8 @@
     "Modified: 25.5.1996 / 09:27:26 / cg"
 ! !
 
-!FramedBox class methodsFor:'documentation'!
+!FramedBox  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/FramedBox.st,v 1.27 1996-05-29 14:35:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/FramedBox.st,v 1.28 1996-07-19 18:51:26 cg Exp $'
 ! !