GraphColumnViewSpec.st
changeset 1655 227e03cb343e
parent 1434 e0d070c01741
child 3150 e3a55f15ef7e
--- a/GraphColumnViewSpec.st	Sat Jan 22 23:02:53 2000 +0100
+++ b/GraphColumnViewSpec.st	Mon Jan 24 11:43:49 2000 +0100
@@ -192,103 +192,123 @@
 
     "
      UIPainter new openOnClass:GraphColumnViewSpec andSelector:#basicsEditSpec
-     GraphColumnViewSpec new openInterface:#basicsEditSpec
     "
 
     <resource: #canvas>
 
-    ^
-     
-       #(#FullSpec
-          #window: 
-           #(#WindowSpec
-              #name: 'Graph 2D Basic'
-              #layout: #(#LayoutFrame 133 0 173 0 444 0 497 0)
-              #label: 'Graph 2D Basic'
-              #min: #(#Point 10 10)
-              #max: #(#Point 1160 870)
-              #bounds: #(#Rectangle 133 173 445 498)
-              #usePreferredExtent: false
-          )
-          #component: 
-           #(#SpecCollection
-              #collection: 
-               #(
-                 #(#LabelSpec
-                    #name: 'nameLabel'
-                    #layout: #(#AlignmentOrigin 73 0 31 0 1 0.5)
-                    #label: 'ID:'
-                    #adjust: #right
-                    #resizeForLabel: true
-                )
-                 #(#InputFieldSpec
-                    #name: 'nameField'
-                    #layout: #(#LayoutFrame 75 0 20 0 -2 1.0 45 0)
-                    #activeHelpKey: #id
-                    #model: #name
-                    #acceptChannel: #acceptChannel
-                    #modifiedChannel: #modifiedChannel
-                )
-                 #(#LabelSpec
-                    #name: 'modelLabel'
-                    #layout: #(#AlignmentOrigin 73 0 60 0 1 0.5)
-                    #label: 'Model:'
-                    #resizeForLabel: true
-                )
-                 #(#InputFieldSpec
-                    #name: 'modelField'
-                    #layout: #(#LayoutFrame 75 0 49 0 -2 1 74 0)
-                    #activeHelpKey: #model
-                    #tabable: true
-                    #model: #model
-                    #acceptChannel: #acceptChannel
-                    #modifiedChannel: #modifiedChannel
-                )
-                 #(#LabelSpec
-                    #name: 'referencesLabel'
-                    #layout: #(#AlignmentOrigin 168 0 90 0 1 0.5)
-                    #label: 'References:'
-                    #adjust: #left
-                    #resizeForLabel: true
-                )
-                 #(#InputFieldSpec
-                    #name: 'referencesField'
-                    #layout: #(#LayoutFrame 171 0 80 0 -2 1.0 102 0)
-                    #model: #references
-                    #acceptChannel: #acceptChannel
-                    #modifiedChannel: #modifiedChannel
-                )
-                 #(#LabelSpec
-                    #name: 'referencesSelLabel'
-                    #layout: #(#AlignmentOrigin 168 0 116 0 1 0.5)
-                    #label: 'Access Selector:'
-                    #adjust: #left
-                    #resizeForLabel: true
-                )
-                 #(#InputFieldSpec
-                    #name: 'referencesSelField'
-                    #layout: #(#LayoutFrame 171 0 106 0 -2 1.0 128 0)
-                    #model: #referenceSelector
-                    #acceptChannel: #acceptChannel
-                    #modifiedChannel: #modifiedChannel
-                )
-                 #(#UISubSpecification
-                    #name: 'menuSubSpec'
-                    #layout: #(#LayoutFrame 0 0.0 144 0 0 1.0 263 0)
-                    #majorKey: #UISpecification
-                    #minorKey: #menuSubSpec
-                )
-                 #(#CheckBoxSpec
-                    #name: 'showDefaultMenu'
-                    #layout: #(#AlignmentOrigin 97 0 280 0 0 0.5)
-                    #model: #showDefaultMenu
-                    #label: 'Default Menu'
-                )
+    ^ 
+     #(#FullSpec
+        #name: #basicsEditSpec
+        #window: 
+       #(#WindowSpec
+          #label: 'Graph 2D Basic'
+          #name: 'Graph 2D Basic'
+          #min: #(#Point 10 10)
+          #max: #(#Point 1160 870)
+          #bounds: #(#Rectangle 886 214 1198 539)
+        )
+        #component: 
+       #(#SpecCollection
+          #collection: #(
+           #(#LabelSpec
+              #label: 'ID:'
+              #name: 'nameLabel'
+              #layout: #(#AlignmentOrigin 73 0 31 0 1 0.5)
+              #resizeForLabel: true
+              #adjust: #right
+            )
+           #(#InputFieldSpec
+              #attributes: 
+             #(#tabable
+                true #nameField
+                nil
+              )
+              #name: 'nameField'
+              #layout: #(#LayoutFrame 75 0 20 0 -2 1.0 45 0)
+              #activeHelpKey: #id
+              #tabable: true
+              #model: #name
+              #acceptChannel: #acceptChannel
+              #modifiedChannel: #modifiedChannel
+              #acceptOnPointerLeave: false
+            )
+           #(#LabelSpec
+              #label: 'Model:'
+              #name: 'modelLabel'
+              #layout: #(#AlignmentOrigin 73 0 60 0 1 0.5)
+              #resizeForLabel: true
+            )
+           #(#InputFieldSpec
+              #attributes: 
+             #(#tabable
+                true
               )
-          )
+              #name: 'modelField'
+              #layout: #(#LayoutFrame 75 0 49 0 -2 1 74 0)
+              #activeHelpKey: #model
+              #tabable: true
+              #model: #model
+              #acceptChannel: #acceptChannel
+              #modifiedChannel: #modifiedChannel
+              #acceptOnPointerLeave: false
+            )
+           #(#LabelSpec
+              #label: 'References:'
+              #name: 'referencesLabel'
+              #layout: #(#AlignmentOrigin 168 0 90 0 1 0.5)
+              #resizeForLabel: true
+              #adjust: #left
+            )
+           #(#InputFieldSpec
+              #attributes: 
+             #(#referencesField
+                nil #tabable
+                true
+              )
+              #name: 'referencesField'
+              #layout: #(#LayoutFrame 171 0 80 0 -2 1.0 102 0)
+              #tabable: true
+              #model: #references
+              #acceptChannel: #acceptChannel
+              #modifiedChannel: #modifiedChannel
+              #acceptOnPointerLeave: false
+            )
+           #(#LabelSpec
+              #label: 'Access Selector:'
+              #name: 'referencesSelLabel'
+              #layout: #(#AlignmentOrigin 168 0 116 0 1 0.5)
+              #resizeForLabel: true
+              #adjust: #left
+            )
+           #(#InputFieldSpec
+              #name: 'referencesSelField'
+              #layout: #(#LayoutFrame 171 0 106 0 -2 1.0 128 0)
+              #model: #referenceSelector
+              #acceptChannel: #acceptChannel
+              #modifiedChannel: #modifiedChannel
+              #acceptOnPointerLeave: false
+            )
+           #(#UISubSpecification
+              #name: 'menuSubSpec'
+              #layout: #(#LayoutFrame 0 0.0 144 0 0 1.0 263 0)
+              #majorKey: #UISpecification
+              #minorKey: #menuSubSpec
+            )
+           #(#CheckBoxSpec
+              #attributes: 
+             #(#tabable
+                true
+              )
+              #label: 'Default Menu'
+              #name: 'showDefaultMenu'
+              #layout: #(#AlignmentOrigin 97 0 280 0 0 0.5)
+              #tabable: true
+              #model: #showDefaultMenu
+            )
+           )
+         
+        )
       )
-
-    "Modified: / 29.5.1998 / 21:27:30 / cg"
 !
 
 subDetailsEditSpec
@@ -300,112 +320,143 @@
 
     "
      UIPainter new openOnClass:GraphColumnViewSpec andSelector:#subDetailsEditSpec
-     GraphColumnViewSpec new openInterface:#subDetailsEditSpec
     "
 
     <resource: #canvas>
 
-    ^
-     
-       #(#FullSpec
-          #window: 
-           #(#WindowSpec
-              #name: 'Graph 2D Detail'
-              #layout: #(#LayoutFrame 83 0 79 0 465 0 301 0)
-              #label: 'Graph 2D Detail'
-              #min: #(#Point 10 10)
-              #max: #(#Point 1160 870)
-              #bounds: #(#Rectangle 83 79 466 302)
-              #usePreferredExtent: false
-          )
-          #component: 
-           #(#SpecCollection
-              #collection: 
-               #(
-                 #(#LabelSpec
-                    #name: 'borderWidthLabel'
-                    #layout: #(#AlignmentOrigin 157 0 35 0 1 0.5)
-                    #label: 'Border Width:'
-                    #adjust: #left
-                    #resizeForLabel: true
-                )
-                 #(#InputFieldSpec
-                    #name: 'borderWidthField'
-                    #layout: #(#LayoutFrame 161 0 24 0 197 0 46 0)
-                    #activeHelpKey: #borderWidth
-                    #tabable: true
-                    #model: #borderWidth
-                    #acceptChannel: #acceptChannel
-                    #modifiedChannel: #modifiedChannel
-                )
-                 #(#LabelSpec
-                    #name: 'levelLabel'
-                    #layout: #(#AlignmentOrigin 157 0 58 0 1 0.5)
-                    #label: 'Level:'
-                    #resizeForLabel: true
-                )
-                 #(#InputFieldSpec
-                    #name: 'levelField'
-                    #layout: #(#LayoutFrame 161 0 48 0 197 0 70 0)
-                    #activeHelpKey: #level
-                    #tabable: true
-                    #model: #level
-                    #acceptChannel: #acceptChannel
-                    #modifiedChannel: #modifiedChannel
-                )
-                 #(#LabelSpec
-                    #name: 'windowSizeLabel'
-                    #layout: #(#AlignmentOrigin 157 0 149 0 1 0.5)
-                    #label: 'Window Size:'
-                    #adjust: #left
-                    #resizeForLabel: true
-                )
-                 #(#InputFieldSpec
-                    #name: 'windowSizeField'
-                    #layout: #(#LayoutFrame 161 0 139 0 -2 1.0 161 0)
-                    #model: #windowSize
-                    #acceptChannel: #acceptChannel
-                    #modifiedChannel: #modifiedChannel
-                )
-                 #(#LabelSpec
-                    #name: 'zoomYLabel'
-                    #layout: #(#AlignmentOrigin 157 0 173 0 1 0.5)
-                    #label: 'Zoom-Y Factor:'
-                    #adjust: #left
-                    #resizeForLabel: true
-                )
-                 #(#InputFieldSpec
-                    #name: 'zoomYField'
-                    #layout: #(#LayoutFrame 161 0 163 0 -2 1.0 185 0)
-                    #model: #zoomY
-                    #acceptChannel: #acceptChannel
-                    #modifiedChannel: #modifiedChannel
-                )
-                 #(#LabelSpec
-                    #name: 'graphOriginXLabel'
-                    #layout: #(#AlignmentOrigin 157 0 91 0 1 0.5)
-                    #label: 'Origin X'
-                    #adjust: #left
-                    #resizeForLabel: true
-                )
-                 #(#InputFieldSpec
-                    #name: 'graphOriginXField'
-                    #layout: #(#LayoutFrame 161 0 81 0 -2 1.0 103 0)
-                    #model: #graphOriginX
-                    #acceptChannel: #acceptChannel
-                    #modifiedChannel: #modifiedChannel
-                )
-                 #(#CheckBoxSpec
-                    #name: 'scrollUpdatesOriginX'
-                    #layout: #(#AlignmentOrigin 158 0 117 0 0 0.5)
-                    #model: #scrollUpdatesOriginX
-                    #label: 'Scroll updates X-Origin'
-                )
+    ^ 
+     #(#FullSpec
+        #name: #subDetailsEditSpec
+        #window: 
+       #(#WindowSpec
+          #label: 'Graph 2D Detail'
+          #name: 'Graph 2D Detail'
+          #min: #(#Point 10 10)
+          #max: #(#Point 1160 870)
+          #bounds: #(#Rectangle 886 214 1269 437)
+        )
+        #component: 
+       #(#SpecCollection
+          #collection: #(
+           #(#LabelSpec
+              #label: 'Border Width:'
+              #name: 'borderWidthLabel'
+              #layout: #(#AlignmentOrigin 157 0 35 0 1 0.5)
+              #resizeForLabel: true
+              #adjust: #left
+            )
+           #(#InputFieldSpec
+              #attributes: 
+             #(#tabable
+                true
+              )
+              #name: 'borderWidthField'
+              #layout: #(#LayoutFrame 161 0 24 0 197 0 46 0)
+              #activeHelpKey: #borderWidth
+              #tabable: true
+              #model: #borderWidth
+              #acceptChannel: #acceptChannel
+              #modifiedChannel: #modifiedChannel
+              #acceptOnPointerLeave: false
+            )
+           #(#LabelSpec
+              #label: 'Level:'
+              #name: 'levelLabel'
+              #layout: #(#AlignmentOrigin 157 0 58 0 1 0.5)
+              #resizeForLabel: true
+            )
+           #(#InputFieldSpec
+              #attributes: 
+             #(#tabable
+                true
               )
-          )
+              #name: 'levelField'
+              #layout: #(#LayoutFrame 161 0 48 0 197 0 70 0)
+              #activeHelpKey: #level
+              #tabable: true
+              #model: #level
+              #acceptChannel: #acceptChannel
+              #modifiedChannel: #modifiedChannel
+              #acceptOnPointerLeave: false
+            )
+           #(#LabelSpec
+              #label: 'Origin X'
+              #name: 'graphOriginXLabel'
+              #layout: #(#AlignmentOrigin 157 0 91 0 1 0.5)
+              #resizeForLabel: true
+              #adjust: #left
+            )
+           #(#InputFieldSpec
+              #attributes: 
+             #(#graphOriginXField
+                nil #tabable
+                true
+              )
+              #name: 'graphOriginXField'
+              #layout: #(#LayoutFrame 161 0 81 0 -2 1.0 103 0)
+              #tabable: true
+              #model: #graphOriginX
+              #acceptChannel: #acceptChannel
+              #modifiedChannel: #modifiedChannel
+              #acceptOnPointerLeave: false
+            )
+           #(#CheckBoxSpec
+              #attributes: 
+             #(#tabable
+                true
+              )
+              #label: 'Scroll updates X-Origin'
+              #name: 'scrollUpdatesOriginX'
+              #layout: #(#AlignmentOrigin 158 0 117 0 0 0.5)
+              #tabable: true
+              #model: #scrollUpdatesOriginX
+            )
+           #(#LabelSpec
+              #label: 'Window Size:'
+              #name: 'windowSizeLabel'
+              #layout: #(#AlignmentOrigin 157 0 149 0 1 0.5)
+              #resizeForLabel: true
+              #adjust: #left
+            )
+           #(#InputFieldSpec
+              #attributes: 
+             #(#windowSizeField
+                nil #tabable
+                true
+              )
+              #name: 'windowSizeField'
+              #layout: #(#LayoutFrame 161 0 139 0 -2 1.0 161 0)
+              #tabable: true
+              #model: #windowSize
+              #acceptChannel: #acceptChannel
+              #modifiedChannel: #modifiedChannel
+              #acceptOnPointerLeave: false
+            )
+           #(#LabelSpec
+              #label: 'Zoom-Y Factor:'
+              #name: 'zoomYLabel'
+              #layout: #(#AlignmentOrigin 157 0 173 0 1 0.5)
+              #resizeForLabel: true
+              #adjust: #left
+            )
+           #(#InputFieldSpec
+              #attributes: 
+             #(#tabable
+                true #zoomYField
+                nil
+              )
+              #name: 'zoomYField'
+              #layout: #(#LayoutFrame 161 0 163 0 -2 1.0 185 0)
+              #tabable: true
+              #model: #zoomY
+              #acceptChannel: #acceptChannel
+              #modifiedChannel: #modifiedChannel
+              #acceptOnPointerLeave: false
+            )
+           )
+         
+        )
       )
-
-    "Modified: / 29.5.1998 / 21:32:09 / cg"
 ! !
 
 !GraphColumnViewSpec methodsFor:'accessing'!
@@ -625,6 +676,6 @@
 !GraphColumnViewSpec class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnViewSpec.st,v 1.10 1999-07-07 17:07:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnViewSpec.st,v 1.11 2000-01-24 10:43:00 ca Exp $'
 ! !
 GraphColumnViewSpec initialize!