#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Mon, 16 Sep 2019 18:02:13 +0200
changeset 8810 423b6b8d6778
parent 8809 8ad6940178de
child 8811 a44c1498ee33
#DOCUMENTATION by exept class: Image comment/format in: #device
Image.st
--- a/Image.st	Mon Sep 16 18:01:43 2019 +0200
+++ b/Image.st	Mon Sep 16 18:02:13 2019 +0200
@@ -3008,7 +3008,8 @@
 
 device
     "return the device, the receiver is associated with.
-     Return nil, if the image is unassigned."
+     Return nil, if the image is unassigned.
+     Please use graphicsDevice for ST80 compatibility."
 
     ^ device
 !