#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Mon, 16 Sep 2019 18:04:48 +0200
changeset 8811 a44c1498ee33
parent 8810 423b6b8d6778
child 8812 4a669dd76774
#DOCUMENTATION by exept class: Cursor comment/format in: #device
Cursor.st
--- a/Cursor.st	Mon Sep 16 18:02:13 2019 +0200
+++ b/Cursor.st	Mon Sep 16 18:04:48 2019 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1992 by Claus Gittinger
 	      All Rights Reserved
@@ -3271,7 +3273,8 @@
 !Cursor methodsFor:'accessing'!
 
 device
-    "return the device I am associated with"
+    "return the device I am associated with.
+     Please use graphicsDevice for ST80 compatibility."
 
     ^ device
 !