class: GraphicsContext
authorStefan Vogel <sv@exept.de>
Tue, 04 Feb 2014 11:04:37 +0100
changeset 6221 2ff30960a177
parent 6220 67d0b77833c6
child 6222 2d670d3bcfd5
class: GraphicsContext changed: #withPattern:do:
GraphicsContext.st
--- a/GraphicsContext.st	Tue Feb 04 10:39:07 2014 +0100
+++ b/GraphicsContext.st	Tue Feb 04 11:04:37 2014 +0100
@@ -1107,6 +1107,7 @@
 !GraphicsContext methodsFor:'backward compatibility'!
 
 withPattern:aPattern do:aBlock
+    <resource: #obsolete>
     |old|
 
     aPattern isColor ifTrue:[
@@ -2490,11 +2491,11 @@
 !GraphicsContext class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/GraphicsContext.st,v 1.130 2014-02-03 10:35:35 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/GraphicsContext.st,v 1.131 2014-02-04 10:04:37 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/GraphicsContext.st,v 1.130 2014-02-03 10:35:35 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/GraphicsContext.st,v 1.131 2014-02-04 10:04:37 stefan Exp $'
 ! !