checkin from browser
authorClaus Gittinger <cg@exept.de>
Wed, 05 Jun 1996 20:27:36 +0200
changeset 294 f44534fc18e4
parent 293 d10ad10d23fa
child 295 e1a91bbfbef3
checkin from browser
VisualPart.st
--- a/VisualPart.st	Wed Jun 05 17:31:20 1996 +0200
+++ b/VisualPart.st	Wed Jun 05 20:27:36 1996 +0200
@@ -89,7 +89,7 @@
     "Modified: 5.6.1996 / 01:20:13 / cg"
 ! !
 
-!VisualPart ignoredMethodsFor:'view protocol mimicri'!
+!VisualPart methodsFor:'view protocol mimicri'!
 
 containerChangedSize
     "my container changed its size.
@@ -99,7 +99,9 @@
     ^ self
 
     "Created: 4.6.1996 / 21:27:58 / cg"
-!
+! !
+
+!VisualPart ignoredMethodsFor:'view protocol mimicri'!
 
 create
     "want myself to be created."
@@ -136,5 +138,5 @@
 !VisualPart class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/VisualPart.st,v 1.4 1996-06-05 15:19:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/VisualPart.st,v 1.5 1996-06-05 18:27:36 cg Exp $'
 ! !