checkin from browser
authorClaus Gittinger <cg@exept.de>
Fri, 22 May 1998 11:57:38 +0200
changeset 847 15f688710007
parent 846 c028ad61ac0e
child 848 88f7f0ab7623
checkin from browser
UISpecificationTool.st
--- a/UISpecificationTool.st	Thu May 21 03:11:12 1998 +0200
+++ b/UISpecificationTool.st	Fri May 22 11:57:38 1998 +0200
@@ -63,7 +63,7 @@
     "Do not manually edit this!! If it is corrupted,
      the UIHelpTool may not be able to read the specification."
 
-    "                                            
+    "
      UIHelpTool openOnClass:UISpecificationTool    
     "
 
@@ -158,6 +158,9 @@
 #columnHolder
 'Aspect selector or binding for a holder on the list of the column descriptions.'
 
+#dblClickChannel
+''
+
 #defaultLabel
 'Default label (used, if nothing selected).'
 
@@ -278,6 +281,9 @@
 #maxSize
 'Those two fields specify the windows maximum size. The user will not be allowed to resize it to a larger size.'
 
+#maxValue
+'An optional maximum value (if fieldType = numberInRange)'
+
 #maxXField
 'The maximum width of the applications topWindow.'
 
@@ -296,6 +302,9 @@
 #middleButtonPressed
 'Name of the message sent to the application when the middle button is pressed.'
 
+#minValue
+'An optional minimum value (if fieldType = numberInRange)'
+
 #minXField
 'The minimum width of the applications topWindow.'
 
@@ -459,8 +468,6 @@
 'Label of the top window.'
 
 )
-
-    "Modified: / 20.5.1998 / 01:59:55 / cg"
 ! !
 
 !UISpecificationTool class methodsFor:'interface specs'!