category change
authorClaus Gittinger <cg@exept.de>
Fri, 23 Apr 1999 14:47:39 +0200
changeset 1328 95a7d89cf335
parent 1327 ab99aad206dc
child 1329 e0dff849cf82
category change
NoteBookView.st
ProgressIndicator.st
SelTreeV.st
SelectionInTreeView.st
--- a/NoteBookView.st	Fri Apr 23 14:44:25 1999 +0200
+++ b/NoteBookView.st	Fri Apr 23 14:47:39 1999 +0200
@@ -270,7 +270,7 @@
 
 ! !
 
-!NoteBookView methodsFor:'initialization'!
+!NoteBookView methodsFor:'initialize / release'!
 
 destroy
     "remove dependancies
@@ -312,5 +312,5 @@
 !NoteBookView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/NoteBookView.st,v 1.10 1998-01-28 15:12:43 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/NoteBookView.st,v 1.11 1999-04-23 12:46:33 cg Exp $'
 ! !
--- a/ProgressIndicator.st	Fri Apr 23 14:44:25 1999 +0200
+++ b/ProgressIndicator.st	Fri Apr 23 14:47:39 1999 +0200
@@ -717,7 +717,7 @@
     "Modified: / 18.4.1998 / 14:09:40 / cg"
 ! !
 
-!ProgressIndicator methodsFor:'initialization'!
+!ProgressIndicator methodsFor:'initialize / release'!
 
 destroy
     busyIndicationProcess notNil ifTrue:[
@@ -912,5 +912,5 @@
 !ProgressIndicator class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ProgressIndicator.st,v 1.25 1998-10-21 16:18:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ProgressIndicator.st,v 1.26 1999-04-23 12:46:51 cg Exp $'
 ! !
--- a/SelTreeV.st	Fri Apr 23 14:44:25 1999 +0200
+++ b/SelTreeV.st	Fri Apr 23 14:47:39 1999 +0200
@@ -1465,7 +1465,7 @@
 
 ! !
 
-!SelectionInTreeView methodsFor:'initialization'!
+!SelectionInTreeView methodsFor:'initialize / release'!
 
 create
     super create.
@@ -2363,5 +2363,5 @@
 !SelectionInTreeView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/Attic/SelTreeV.st,v 1.82 1999-04-13 14:45:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/Attic/SelTreeV.st,v 1.83 1999-04-23 12:47:39 cg Exp $'
 ! !
--- a/SelectionInTreeView.st	Fri Apr 23 14:44:25 1999 +0200
+++ b/SelectionInTreeView.st	Fri Apr 23 14:47:39 1999 +0200
@@ -1465,7 +1465,7 @@
 
 ! !
 
-!SelectionInTreeView methodsFor:'initialization'!
+!SelectionInTreeView methodsFor:'initialize / release'!
 
 create
     super create.
@@ -2363,5 +2363,5 @@
 !SelectionInTreeView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTreeView.st,v 1.82 1999-04-13 14:45:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTreeView.st,v 1.83 1999-04-23 12:47:39 cg Exp $'
 ! !