category change
authorClaus Gittinger <cg@exept.de>
Fri, 23 Apr 1999 14:41:26 +0200
changeset 1326 7ec8697bad24
parent 1325 3e36f7c5373b
child 1327 ab99aad206dc
category change
DSVColumnView.st
DataSetView.st
--- a/DSVColumnView.st	Fri Apr 23 14:39:14 1999 +0200
+++ b/DSVColumnView.st	Fri Apr 23 14:41:26 1999 +0200
@@ -1936,7 +1936,7 @@
     registererImages := IdentityDictionary new.
 ! !
 
-!DSVColumnView methodsFor:'initialization'!
+!DSVColumnView methodsFor:'initialize / release'!
 
 create
     "set color on device
@@ -2989,5 +2989,5 @@
 !DSVColumnView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.73 1999-04-15 09:52:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.74 1999-04-23 12:41:01 cg Exp $'
 ! !
--- a/DataSetView.st	Fri Apr 23 14:39:14 1999 +0200
+++ b/DataSetView.st	Fri Apr 23 14:41:26 1999 +0200
@@ -824,7 +824,7 @@
     ^ aMessage sendTo:columnView
 ! !
 
-!DataSetView methodsFor:'initialize'!
+!DataSetView methodsFor:'initialize / release'!
 
 destroy
     "remove dependencies
@@ -893,5 +893,5 @@
 !DataSetView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/DataSetView.st,v 1.26 1999-04-17 12:55:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DataSetView.st,v 1.27 1999-04-23 12:41:26 cg Exp $'
 ! !