Cursor.st
changeset 3877 89fcd4d6d527
parent 3743 12d5921402b3
child 4216 0a6a150d2c03
--- a/Cursor.st	Tue May 06 20:26:28 2003 +0200
+++ b/Cursor.st	Wed May 07 16:05:46 2003 +0200
@@ -3301,7 +3301,7 @@
     cursorId := nil
 ! !
 
-!Cursor methodsFor:'private accessing'!
+!Cursor methodsFor:'private-accessing'!
 
 setDevice:aDevice id:anId
     "set the device and deviceId of the receiver"
@@ -3336,7 +3336,7 @@
 !Cursor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Cursor.st,v 1.100 2002-10-14 16:14:33 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Cursor.st,v 1.101 2003-05-07 14:05:46 cg Exp $'
 ! !
 
 Cursor initialize!