class category changes
authorClaus Gittinger <cg@exept.de>
Tue, 30 Apr 1996 15:43:29 +0200
changeset 626 9f4a3aa6f8e2
parent 625 4d8f6dc3af75
child 627 8091a466df2c
class category changes
DRootView.st
DisplayRootView.st
ShadowV.st
ShadowView.st
--- a/DRootView.st	Tue Apr 30 15:42:29 1996 +0200
+++ b/DRootView.st	Tue Apr 30 15:43:29 1996 +0200
@@ -14,7 +14,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Views-Basic'
+	category:'Views-Special'
 !
 
 !DisplayRootView class methodsFor:'documentation'!
@@ -183,6 +183,6 @@
 !DisplayRootView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/DRootView.st,v 1.15 1996-04-25 17:16:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/DRootView.st,v 1.16 1996-04-30 13:43:23 cg Exp $'
 ! !
 DisplayRootView initialize!
--- a/DisplayRootView.st	Tue Apr 30 15:42:29 1996 +0200
+++ b/DisplayRootView.st	Tue Apr 30 15:43:29 1996 +0200
@@ -14,7 +14,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Views-Basic'
+	category:'Views-Special'
 !
 
 !DisplayRootView class methodsFor:'documentation'!
@@ -183,6 +183,6 @@
 !DisplayRootView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.15 1996-04-25 17:16:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.16 1996-04-30 13:43:23 cg Exp $'
 ! !
 DisplayRootView initialize!
--- a/ShadowV.st	Tue Apr 30 15:42:29 1996 +0200
+++ b/ShadowV.st	Tue Apr 30 15:43:29 1996 +0200
@@ -14,7 +14,7 @@
 	instanceVariableNames:'myView shadowLength shadowClr imageUnderShadow'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Views-Basic'
+	category:'Views-Special'
 !
 
 !ShadowView class methodsFor:'documentation'!
@@ -207,5 +207,5 @@
 !ShadowView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/ShadowV.st,v 1.15 1996-04-25 17:17:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/ShadowV.st,v 1.16 1996-04-30 13:43:29 cg Exp $'
 ! !
--- a/ShadowView.st	Tue Apr 30 15:42:29 1996 +0200
+++ b/ShadowView.st	Tue Apr 30 15:43:29 1996 +0200
@@ -14,7 +14,7 @@
 	instanceVariableNames:'myView shadowLength shadowClr imageUnderShadow'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Views-Basic'
+	category:'Views-Special'
 !
 
 !ShadowView class methodsFor:'documentation'!
@@ -207,5 +207,5 @@
 !ShadowView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.15 1996-04-25 17:17:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.16 1996-04-30 13:43:29 cg Exp $'
 ! !