DevViewH.st
changeset 601 2c4c1e797909
parent 272 452b6b52573c
child 611 e0442439a3c6
--- a/DevViewH.st	Tue Apr 23 22:06:00 1996 +0200
+++ b/DevViewH.st	Tue Apr 23 22:12:21 1996 +0200
@@ -10,13 +10,11 @@
  hereby transferred.
 "
 
-'From Smalltalk/X, Version:2.10.5 on 25-may-1995 at 7:37:38 am'!
-
 DeviceHandle subclass:#DeviceViewHandle
-	 instanceVariableNames:''
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'Graphics-Support'
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Graphics-Support'
 !
 
 !DeviceViewHandle class methodsFor:'documentation'!
@@ -42,11 +40,10 @@
     devices view. To make the memory requirements smaller and to speed up
     view creation a bit, this lightweight class is used now, which only
     keeps the device handle for finalization.
+
+    [see also:]
+        PseudoView
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/DevViewH.st,v 1.5 1995-12-03 14:28:46 cg Exp $'
 ! !
 
 !DeviceViewHandle methodsFor:'finalization'!
@@ -66,3 +63,9 @@
 
 
 ! !
+
+!DeviceViewHandle class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview/Attic/DevViewH.st,v 1.6 1996-04-23 20:11:36 cg Exp $'
+! !