UISpecificationTool.st
changeset 1495 d26c7d654003
parent 1473 3a437483e5fd
child 1505 1577ee65ddc7
--- a/UISpecificationTool.st	Mon Sep 24 16:12:58 2001 +0200
+++ b/UISpecificationTool.st	Fri Sep 28 14:54:32 2001 +0200
@@ -141,7 +141,7 @@
 'Show a default (-return) bitmap after the label.'
 
 #beDependentOfRows
-'Make the widget dependent on each row (ie rows send change messages).'
+'Make the widget dependent on each row (i.e. rows send change messages).'
 
 #booleanHolder
 'Aspect selector or binding for a boolean holder which enables the widget.'
@@ -180,7 +180,7 @@
 'Aspect selector or binding for a holder on the client application to be opened.'
 
 #clientKey
-'Message send to the master application to return an application instance; Default: master application itself.'
+'Message sent to the master application to return an application instance; Default: master application itself.'
 
 #codeBaseHolder
 'The URL of the directory, where the classFile-file resides. If the classFile is located on the local machine, use\     file:/<fullPath>\ where fullPath is an absolute pathname. If its to be accessed via http, use\     http:/<host>/<relativePath>\ where relativePath is the path relative to the http''s top diretory on that host.'
@@ -228,16 +228,16 @@
 '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'
+'1-arg (the dropSource) message, to get the list of Objects displayed during dragging'
 
 #dragDropObjects
-'Message with one argument the DropSource, to get the list of DropObjects'
+'1-arg (the dropSource) message, to get the list of DropObjects'
 
 #dragFeedBack
-'Optional Message with one argument, the DropContext, to give a feedBack of the finished operation'
+'Optional 1-arg (dropContext) message, to give feedBack of a finished drag operation'
 
 #dragStart
-'Optional Message with two arguments, the DropSource and the view, called to start your own handler'
+'Optional 2-arg (dropSource and view) message, called to start your own drag handler'
 
 #dragStartArgument
 'Optional user defined argument stored in the DropSource'
@@ -252,19 +252,19 @@
 'Optional user defined argument stored in the DropTarget'
 
 #dropCanCheck
-'Message with one argument, the DropContext, to asked if the context could be dropped'
+'1-arg (dropContext) message, to ask if drop is allowed'
 
 #dropEnter
-'Optional Message with one argument, the DropContext, send the first time when entering the widget'
+'Optional 1-arg (dropContext) message, sent when entering the widget'
 
 #dropLeave
-'Optional Message with one argument, the DropContext, send the last time when leaving the widget'
+'Optional 1-arg (dropContext) message, sent when leaving the widget'
 
 #dropOver
-'Optional Message with one argument, the DropContext, send all the time when moveing over the widget'
+'Optional 1-arg (dropContext) message, sent while moving over the widget'
 
 #dropSelector
-'Message with one argument, the DropContext, to drop the collection of objects'
+'1-arg (dropContext) message, to drop the collection of DropObjects'
 
 #enableChannel
 'Aspect selector or binding for a boolean holder which enables the widget.'