new #rebindWith:
authorStefan Vogel <sv@exept.de>
Mon, 23 Mar 2009 08:22:24 +0100
changeset 2616 98c4ab65ef38
parent 2615 2649ce8f0ea4
child 2617 91adf98676da
new #rebindWith:
DrawAdaptor.st
--- a/DrawAdaptor.st	Mon Mar 23 08:21:50 2009 +0100
+++ b/DrawAdaptor.st	Mon Mar 23 08:22:24 2009 +0100
@@ -218,8 +218,14 @@
     ^ self drawValue widthOn:aGc
 ! !
 
+!DrawAdaptor methodsFor:'misc'!
+
+rebindWith:resources
+    drawValue := resources string:value
+! !
+
 !DrawAdaptor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/DrawAdaptor.st,v 1.5 2008-08-20 15:33:19 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/DrawAdaptor.st,v 1.6 2009-03-23 07:22:24 stefan Exp $'
 ! !