FramedBox.st
changeset 959 331da6bc19ec
parent 944 87c58d0fd30c
child 993 51cce445b5d5
--- a/FramedBox.st	Fri Jan 17 23:24:42 1997 +0100
+++ b/FramedBox.st	Fri Jan 17 23:27:31 1997 +0100
@@ -571,7 +571,8 @@
 !
 
 initStyle
-    "default position is top-center, except for ms-windows, where
+    "setup style specifics.
+     The default position is top-center, except for ms-windows, where
      the text is positioned at top-left"
 
     <resource: #style (#framedBoxForegroundColor 
@@ -585,7 +586,7 @@
     frame3D := StyleSheet at:'framedBox3DFrame' default:true.
     borderWidth := 0.
 
-    "Modified: 30.4.1996 / 17:01:13 / cg"
+    "Modified: 17.1.1997 / 23:17:16 / cg"
 !
 
 initialize
@@ -665,5 +666,5 @@
 !FramedBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/FramedBox.st,v 1.30 1997-01-15 15:59:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/FramedBox.st,v 1.31 1997-01-17 22:25:49 cg Exp $'
 ! !