PanelView.st
changeset 2190 e342c52a1ac8
parent 2034 2efa727de60f
child 2198 9b795716d87b
--- a/PanelView.st	Wed May 10 11:41:00 2000 +0200
+++ b/PanelView.st	Wed May 10 13:31:30 2000 +0200
@@ -10,6 +10,8 @@
  hereby transferred.
 "
 
+"{ Package: 'stx:libwidg' }"
+
 SimpleView subclass:#PanelView
 	instanceVariableNames:'hLayout vLayout verticalSpace horizontalSpace mustRearrange
 		elementsChangeSize ignoreInvisibleComponents'
@@ -368,6 +370,12 @@
         ].
         ^ self
     ].
+"/    something == #preferredExtent ifTrue:[
+"/        elementsChangeSize == true ifTrue:[
+"/            self layoutChanged.
+"/        ].
+"/        ^ self
+"/    ].
     something == #visibility ifTrue:[
         ignoreInvisibleComponents == true ifTrue:[
             self layoutChanged.
@@ -558,5 +566,5 @@
 !PanelView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/PanelView.st,v 1.32 1999-10-08 15:22:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/PanelView.st,v 1.33 2000-05-10 11:31:30 cg Exp $'
 ! !