new inputField accept/modified behavior
authorClaus Gittinger <cg@exept.de>
Fri, 19 Mar 1999 21:01:50 +0100
changeset 1065 fa70f4678a13
parent 1064 1a9bbca19e25
child 1066 5096f66ba82d
new inputField accept/modified behavior
HierarchicalListEditor.st
--- a/HierarchicalListEditor.st	Fri Mar 19 20:58:00 1999 +0100
+++ b/HierarchicalListEditor.st	Fri Mar 19 21:01:50 1999 +0100
@@ -233,6 +233,9 @@
                                         #activeHelpKey: #label
                                         #tabable: true
                                         #model: #itemName
+                              #modifiedChannel: #modifiedChannel
+                              #acceptChannel: #acceptChannel
+                              #acceptOnLostFocus: true
                                     )
                                      #(#LabelSpec
                                         #name: 'valueLabel'
@@ -248,6 +251,9 @@
                                         #tabable: true
                                         #model: #itemValue
                                         #type: #symbolOrNil
+                              #modifiedChannel: #modifiedChannel
+                              #acceptChannel: #acceptChannel
+                              #acceptOnLostFocus: true
                                     )
                                      #(#UISubSpecification
                                         #name: 'SubSpecification'
@@ -383,20 +389,6 @@
                 )
             )
              #(#MenuItem
-                #label: 'Settings'
-                #submenu: 
-                 #(#Menu
-                    
-                     #(
-                       #(#MenuItem
-                          #label: 'Fonts'
-                          #submenuChannel: #menuFont
-                      )
-                    ) nil
-                    nil
-                )
-            )
-             #(#MenuItem
                 #label: 'History'
                 #submenuChannel: #menuHistory
             )