GraphColumnViewSpec.st
changeset 1260 601b187cf4c4
parent 1203 ef8f7ce856d4
child 1434 e0d070c01741
--- a/GraphColumnViewSpec.st	Fri Mar 19 12:57:36 1999 +0100
+++ b/GraphColumnViewSpec.st	Fri Mar 19 15:08:54 1999 +0100
@@ -235,6 +235,8 @@
                     #layout: #(#LayoutFrame 75 0 20 0 -2 1.0 45 0)
                     #activeHelpKey: #id
                     #model: #name
+                    #acceptChannel: #acceptChannel
+                    #modifiedChannel: #modifiedChannel
                 )
                  #(#LabelSpec
                     #name: 'modelLabel'
@@ -248,6 +250,8 @@
                     #activeHelpKey: #model
                     #tabable: true
                     #model: #model
+                    #acceptChannel: #acceptChannel
+                    #modifiedChannel: #modifiedChannel
                 )
                  #(#LabelSpec
                     #name: 'referencesLabel'
@@ -260,6 +264,8 @@
                     #name: 'referencesField'
                     #layout: #(#LayoutFrame 171 0 80 0 -2 1.0 102 0)
                     #model: #references
+                    #acceptChannel: #acceptChannel
+                    #modifiedChannel: #modifiedChannel
                 )
                  #(#LabelSpec
                     #name: 'referencesSelLabel'
@@ -272,6 +278,8 @@
                     #name: 'referencesSelField'
                     #layout: #(#LayoutFrame 171 0 106 0 -2 1.0 128 0)
                     #model: #referenceSelector
+                    #acceptChannel: #acceptChannel
+                    #modifiedChannel: #modifiedChannel
                 )
                  #(#UISubSpecification
                     #name: 'menuSubSpec'
@@ -336,6 +344,8 @@
                     #activeHelpKey: #borderWidth
                     #tabable: true
                     #model: #borderWidth
+                    #acceptChannel: #acceptChannel
+                    #modifiedChannel: #modifiedChannel
                 )
                  #(#LabelSpec
                     #name: 'levelLabel'
@@ -349,6 +359,8 @@
                     #activeHelpKey: #level
                     #tabable: true
                     #model: #level
+                    #acceptChannel: #acceptChannel
+                    #modifiedChannel: #modifiedChannel
                 )
                  #(#LabelSpec
                     #name: 'windowSizeLabel'
@@ -361,6 +373,8 @@
                     #name: 'windowSizeField'
                     #layout: #(#LayoutFrame 161 0 139 0 -2 1.0 161 0)
                     #model: #windowSize
+                    #acceptChannel: #acceptChannel
+                    #modifiedChannel: #modifiedChannel
                 )
                  #(#LabelSpec
                     #name: 'zoomYLabel'
@@ -373,6 +387,8 @@
                     #name: 'zoomYField'
                     #layout: #(#LayoutFrame 161 0 163 0 -2 1.0 185 0)
                     #model: #zoomY
+                    #acceptChannel: #acceptChannel
+                    #modifiedChannel: #modifiedChannel
                 )
                  #(#LabelSpec
                     #name: 'graphOriginXLabel'
@@ -385,6 +401,8 @@
                     #name: 'graphOriginXField'
                     #layout: #(#LayoutFrame 161 0 81 0 -2 1.0 103 0)
                     #model: #graphOriginX
+                    #acceptChannel: #acceptChannel
+                    #modifiedChannel: #modifiedChannel
                 )
                  #(#CheckBoxSpec
                     #name: 'scrollUpdatesOriginX'
@@ -632,6 +650,6 @@
 !GraphColumnViewSpec class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnViewSpec.st,v 1.8 1999-02-15 20:16:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnViewSpec.st,v 1.9 1999-03-19 14:08:48 cg Exp $'
 ! !
 GraphColumnViewSpec initialize!