DeviceHandle.st
changeset 3878 28052cae1ad3
parent 3611 8b4384c9e660
child 4200 ef9f995f1d20
--- a/DeviceHandle.st	Wed May 07 16:05:46 2003 +0200
+++ b/DeviceHandle.st	Wed May 07 16:10:36 2003 +0200
@@ -74,7 +74,7 @@
     "Created: 2.4.1997 / 19:23:14 / cg"
 ! !
 
-!DeviceHandle methodsFor:'private accessing'!
+!DeviceHandle methodsFor:'private-accessing'!
 
 setDevice:aDevice id:aDrawableId gcId:aGCId
     "set the handles contents"
@@ -89,5 +89,5 @@
 !DeviceHandle class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DeviceHandle.st,v 1.10 2002-03-04 14:24:49 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceHandle.st,v 1.11 2003-05-07 14:10:36 cg Exp $'
 ! !