checkin from browser
authorClaus Gittinger <cg@exept.de>
Mon, 28 Jun 1999 18:20:32 +0200
changeset 1153 587a2e40cbfc
parent 1152 455658443a5f
child 1154 0febd9497fe1
checkin from browser
UISpecificationTool.st
--- a/UISpecificationTool.st	Mon Jun 28 14:00:52 1999 +0200
+++ b/UISpecificationTool.st	Mon Jun 28 18:20:32 1999 +0200
@@ -78,11 +78,14 @@
 'Enable sending of the entered string to the model with every key press.'
 
 #acceptOnLeave
-'Enable sending of the entered string to the model when the mouse pointer is moved out of the field.'
+'Enable sending of the entered string to the model when field is left via a keyboard action.'
 
 #acceptOnLostFocus
 'Enable sending of the entered string to the model when the field looses its input focus.'
 
+#acceptOnPointerLeaveFocus
+'Enable sending of the entered string to the model when field is left via a mouse motion.'
+
 #acceptOnReturn
 'Enable sending of the entered string to the model when the RETURN key is pressed.'
 
@@ -140,6 +143,12 @@
 #canvasSelector
 'The name of the message sent to the application after opening the canvas.'
 
+#chartHolder
+'Value holder on a chart description.'
+
+#chartLabel
+'Label string shown with the chart.'
+
 #clientHolder
 'Aspect selector or binding for a holder on the client application to be opened.'
 
@@ -224,6 +233,9 @@
 #hierarchicalListButton
 'Opens a Hierarchical List Editor on the application class and the defined selector.'
 
+#highlightMode
+'Defines how selected items are highlighted'
+
 #horizontalLayout
 'Defines how sub components are arranged horizontally.'
 
@@ -257,6 +269,18 @@
 #isTriggerOnDown
 'If on, the button triggers its action when pressed. If off, it triggers on release.'
 
+#itemChildrenSelector
+'Method in the application to return a block retrieveing nodes (lazy) children.'
+
+#itemContentsSelector
+'Method in the application to return a block retrieveing a nodes (lazy) contents.'
+
+#itemIconSelector
+'Method in the application to return a block retrieveing nodes (lazy) icon.'
+
+#itemLabelSelector
+'Method in the application to return a block retrieveing nodes (lazy) label.'
+
 #label
 'The label of the widget.'
 
@@ -356,12 +380,6 @@
 #paramValueField
 'The value of the appletParameter.'
 
-#chartHolder
-'Value holder on a chart description.'
-
-#chartLabel
-'Label string shown with the chart.'
-
 #radioButtonGroup
 'Aspect selector or binding providing the radioButton group-model.'
 
@@ -434,21 +452,6 @@
 #supportsExpandAll
 'Enable/disable the expand-all function'
 
-#highlightMode
-'Defines how selected items are highlighted'
-
-#itemContentsSelector
-'Method in the application to return a block retrieveing a nodes (lazy) contents.'
-
-#itemLabelSelector
-'Method in the application to return a block retrieveing nodes (lazy) label.'
-
-#itemChildrenSelector
-'Method in the application to return a block retrieveing nodes (lazy) children.'
-
-#itemIconSelector
-'Method in the application to return a block retrieveing nodes (lazy) icon.'
-
 #tabLabels
 'Name of the message sent to the application returning a list of labels for the tab items.'
 
@@ -505,7 +508,7 @@
 
 )
 
-    "Modified: / 29.5.1998 / 21:50:15 / cg"
+    "Modified: / 28.6.1999 / 18:13:05 / cg"
 ! !
 
 !UISpecificationTool class methodsFor:'interface specs'!