# HG changeset patch # User Claus Gittinger # Date 900028815 -7200 # Node ID 4a76a5a9a3ccc6d063c38dba6d28e21c4f2e6ed2 # Parent 9871b863dc3a2d9eabc13678024e5a5431cf78b6 checkin from browser diff -r 9871b863dc3a -r 4a76a5a9a3cc VisualPart.st --- a/VisualPart.st Thu Jul 09 17:13:52 1998 +0200 +++ b/VisualPart.st Fri Jul 10 02:00:15 1998 +0200 @@ -133,9 +133,18 @@ The default here is to ignore this, but some wrappers like to do something when this happens." + self realizeAllSubViews + + "Created: / 4.6.1996 / 21:28:31 / cg" + "Modified: / 6.7.1998 / 18:38:28 / cg" +! + +realizeAllSubViews + "realize all my subviews - but not myself." + ^ self - "Created: 4.6.1996 / 21:28:31 / cg" + "Created: / 6.7.1998 / 18:37:08 / cg" ! subViewChangedSize @@ -153,5 +162,5 @@ !VisualPart class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview2/VisualPart.st,v 1.8 1998-06-18 14:56:28 cg Exp $' + ^ '$Header: /cvs/stx/stx/libview2/VisualPart.st,v 1.9 1998-07-10 00:00:15 cg Exp $' ! !