add help text to the drag & drop operation
authorClaus Gittinger <cg@exept.de>
Fri, 02 Jul 1999 16:39:21 +0200
changeset 1157 cc039cdcc145
parent 1156 65f9583a133e
child 1158 37cbe3507ca9
add help text to the drag & drop operation
UISpecificationTool.st
--- a/UISpecificationTool.st	Fri Jul 02 12:56:08 1999 +0200
+++ b/UISpecificationTool.st	Fri Jul 02 16:39:21 1999 +0200
@@ -182,6 +182,39 @@
 #downAction
 'Name of the message sent to the application when the down(right)-button is pressed.'
 
+#dragDisplayObjects
+'Message with one argument the DropSource, to get the list of Objects displayed during dragging'
+
+#dragDropObjects
+'Message with one argument the DropSource, to get the list of DropObjects'
+
+#dragFeedBack
+'Optional Message with one argument, the DropContext, to give a feedBack of the finished operation'
+
+#dragStart
+'Optional Message with two arguments, the DropSource and the view, called to start your own handler'
+
+#dragStartArgument
+'Optional user defined argument stored in the DropSource'
+
+#dropArgument
+'Optional user defined argument stored in the DropTarget'
+
+#dropCanCheck
+'Message with one argument, the DropContext, to asked if the context could be dropped'
+
+#dropEnter
+'Optional Message with one argument, the DropContext, send the first time when entering the widget'
+
+#dropLeave
+'Optional Message with one argument, the DropContext, send the last time when leaving the widget'
+
+#dropOver
+'Optional Message with one argument, the DropContext, send all the time when moveing over the widget'
+
+#dropSelector
+'Message with one argument, the DropContext, to drop the collection of objects'
+
 #enableChannel
 'Aspect selector or binding for a boolean holder which enables the widget.'
 
@@ -507,8 +540,6 @@
 'Label of the top window.'
 
 )
-
-    "Modified: / 28.6.1999 / 18:13:05 / cg"
 ! !
 
 !UISpecificationTool class methodsFor:'interface specs'!