*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sat, 26 Oct 1996 18:49:55 +0200
changeset 343 3a611a1f882d
parent 342 7563cbf04502
child 344 42ae71c13eef
*** empty log message ***
DragAndDropManager.st
--- a/DragAndDropManager.st	Sat Oct 26 18:08:28 1996 +0200
+++ b/DragAndDropManager.st	Sat Oct 26 18:49:55 1996 +0200
@@ -6,21 +6,21 @@
 	category:'Interface-Support'
 !
 
-View subclass:#TestView3
+View subclass:#DemoView3
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
 	privateIn:DragAndDropManager
 !
 
-View subclass:#TestView2
+View subclass:#DemoView2
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
 	privateIn:DragAndDropManager
 !
 
-View subclass:#TestView
+View subclass:#DemoView
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
@@ -244,7 +244,7 @@
     "Created: 26.10.1996 / 15:22:29 / cg"
 ! !
 
-!DragAndDropManager::TestView3 methodsFor:'events'!
+!DragAndDropManager::DemoView3 methodsFor:'events'!
 
 buttonPress:button x:x y:y
     DragAndDropManager new
@@ -255,7 +255,7 @@
     "
 ! !
 
-!DragAndDropManager::TestView2 methodsFor:'events'!
+!DragAndDropManager::DemoView2 methodsFor:'events'!
 
 buttonPress:button x:x y:y
     DragAndDropManager new
@@ -268,7 +268,7 @@
 
 ! !
 
-!DragAndDropManager::TestView methodsFor:'events'!
+!DragAndDropManager::DemoView methodsFor:'events'!
 
 buttonPress:button x:x y:y
     DragAndDropManager new
@@ -282,5 +282,5 @@
 !DragAndDropManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/DragAndDropManager.st,v 1.2 1996-10-26 16:08:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/DragAndDropManager.st,v 1.3 1996-10-26 16:49:55 cg Exp $'
 ! !