DeviceGraphicsContext.st
changeset 4199 c01c62e8c7a5
parent 4172 0d5bc2a70b83
child 4204 947a5a5620d3
--- a/DeviceGraphicsContext.st	Tue Jul 06 14:32:18 2004 +0200
+++ b/DeviceGraphicsContext.st	Mon Jul 12 16:04:52 2004 +0200
@@ -426,6 +426,12 @@
     "Created: 1.8.1997 / 20:01:32 / cg"
 !
 
+container
+    "return my container - for protocol compatibility"
+
+    ^ nil
+!
+
 dashStyle:aDashList offset:dashOffset
     "define dashes. Each element of the dashList specifies the length
      of a corresponding dash. For example, setting it to [4 4]
@@ -3846,7 +3852,7 @@
 !DeviceGraphicsContext class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DeviceGraphicsContext.st,v 1.100 2004-05-11 16:43:06 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceGraphicsContext.st,v 1.101 2004-07-12 14:04:52 cg Exp $'
 ! !
 
 DeviceGraphicsContext initialize!