checkin from browser
authorClaus Gittinger <cg@exept.de>
Fri, 10 Jul 1998 02:00:15 +0200
changeset 998 4a76a5a9a3cc
parent 997 9871b863dc3a
child 999 d2eeb6201c2f
checkin from browser
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 $'
 ! !