FramedBox.st
changeset 3673 e1c29dd73768
parent 3672 46c56ea54ef9
child 3753 e56e38d631cd
--- a/FramedBox.st	Fri Jul 18 11:41:59 2008 +0200
+++ b/FramedBox.st	Fri Jul 18 11:42:15 2008 +0200
@@ -40,7 +40,7 @@
 "
     a frame around something. The frame may have a label, whose position
     is controlled by the labelPosition variable, a symbol which may be one of:
-    [#topCenter #topLeft #topRight #bottomLeft #bottomCenter #bottomRight]
+    [#topCenter #topLeft #topRight #bottomLeft #bottomCenter #bottomRight #hidden]
 
     The default labelPosition is controlled by the styleSheet variable:
     'framedBoxLabelPosition' (usually, #topCenter).
@@ -761,5 +761,5 @@
 !FramedBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/FramedBox.st,v 1.48 2008-07-18 09:41:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/FramedBox.st,v 1.49 2008-07-18 09:42:15 cg Exp $'
 ! !