HierarchicalListEditor.st
changeset 1065 fa70f4678a13
parent 882 d06b7fd56f47
child 1499 0c57ab09156b
--- 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
             )