inserted GeometricWrapper
authorClaus Gittinger <cg@exept.de>
Thu, 09 May 1996 10:31:26 +0200
changeset 252 80f1ba561aab
parent 251 9c6e546a96e2
child 253 5b27778f470a
inserted GeometricWrapper
FillWrpr.st
FillingWrapper.st
--- a/FillWrpr.st	Thu May 09 10:30:41 1996 +0200
+++ b/FillWrpr.st	Thu May 09 10:31:26 1996 +0200
@@ -12,7 +12,7 @@
 
 
 
-Wrapper subclass:#FillingWrapper
+GeometricWrapper subclass:#FillingWrapper
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
@@ -99,16 +99,6 @@
 
 ! !
 
-!FillingWrapper methodsFor:'accessing - bounds'!
-
-preferredBounds
-    "return the components bounds as preferredBounds"
-
-    ^ component bounds
-
-    "Created: 9.5.1996 / 00:10:03 / cg"
-! !
-
 !FillingWrapper methodsFor:'displaying'!
 
 displayOn:aGC
@@ -131,5 +121,5 @@
 !FillingWrapper class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/FillWrpr.st,v 1.3 1996-05-08 23:11:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/FillWrpr.st,v 1.4 1996-05-09 08:31:26 cg Exp $'
 ! !
--- a/FillingWrapper.st	Thu May 09 10:30:41 1996 +0200
+++ b/FillingWrapper.st	Thu May 09 10:31:26 1996 +0200
@@ -12,7 +12,7 @@
 
 
 
-Wrapper subclass:#FillingWrapper
+GeometricWrapper subclass:#FillingWrapper
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
@@ -99,16 +99,6 @@
 
 ! !
 
-!FillingWrapper methodsFor:'accessing - bounds'!
-
-preferredBounds
-    "return the components bounds as preferredBounds"
-
-    ^ component bounds
-
-    "Created: 9.5.1996 / 00:10:03 / cg"
-! !
-
 !FillingWrapper methodsFor:'displaying'!
 
 displayOn:aGC
@@ -131,5 +121,5 @@
 !FillingWrapper class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/FillingWrapper.st,v 1.3 1996-05-08 23:11:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/FillingWrapper.st,v 1.4 1996-05-09 08:31:26 cg Exp $'
 ! !