VisualPart.st
changeset 998 4a76a5a9a3cc
parent 962 e6ccfc7fb22e
child 1220 39e5e28042da
--- 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 $'
 ! !