UISpecificationTool.st
changeset 1364 c931ea91276c
parent 1359 ea946edbf5fb
child 1386 5b562fd44e68
--- a/UISpecificationTool.st	Tue Feb 22 16:35:23 2000 +0100
+++ b/UISpecificationTool.st	Fri Feb 25 16:51:25 2000 +0100
@@ -172,7 +172,7 @@
 'Aspect selector or binding for a holder on the client application to be opened.'
 
 #clientKey
-'Name of the message which returns an application. By default the application itself is used.'
+'Message send 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.'
@@ -196,10 +196,10 @@
 'Method in the application returning a typeconverter.'
 
 #createNewApplication
-'Create a new appModel instance for the subCanvas (clientKey & holder must be empty).'
+'Create a new appModel instance for the subCanvas (Client & clientHolder must be empty).'
 
 #createNewBuilder
-'Create a new builder instance for the subCanvas (subAp will use its own aspects).'
+'Create a new builder instance for the subCanvas (subApp will use its own aspects).'
 
 #dblClickChannel
 'Aspect selector or binding for a holder on the double-clicked item.'
@@ -445,7 +445,7 @@
 'The minimum height of the applications topWindow.'
 
 #minorKey
-'Name of the message sent to the application returning the window specification.'
+'Message sent to the class which returns the window specification (default: windowSpec).'
 
 #model
 'Aspect selector or binding providing the model of the widget.'
@@ -673,8 +673,6 @@
 'Aspect providing z-Translation value.'
 
 )
-
-    "Modified: / 10.2.2000 / 00:57:17 / cg"
 ! !
 
 !UISpecificationTool class methodsFor:'interface specs'!