diff -r 83350b3b5d67 -r 616686a9b678 GraphColumnView2DSpec.st --- a/GraphColumnView2DSpec.st Mon Feb 09 11:45:19 1998 +0100 +++ b/GraphColumnView2DSpec.st Mon Feb 09 11:47:09 1998 +0100 @@ -50,104 +50,7 @@ !GraphColumnView2DSpec class methodsFor:'interface specs'! -basicsMiscSpec - "this window spec was automatically generated by the ST/X UIPainter" - - "do not manually edit this - the painter/builder may not be able to - handle the specification if its corrupted." - - " - UIPainter new openOnClass:self andSelector:#basicsMiscSpec - self new openInterface:#basicsMiscSpec - " - - - - ^ - - #(#FullSpec - #'window:' - #(#WindowSpec - #'name:' 'Graph 2D Misc' - #'layout:' #(#LayoutFrame 219 0 193 0 559 0 417 0) - #'label:' 'Graph 2D Misc' - #'min:' #(#Point 10 10) - #'max:' #(#Point 1160 870) - #'bounds:' #(#Rectangle 219 193 560 418) - #'usePreferredExtent:' false - ) - #'component:' - #(#SpecCollection - #'collection:' - #( - #(#LabelSpec - #'name:' 'buttonCallbacks' - #'layout:' #(#LayoutOrigin 20 0 29 0) - #'label:' 'Button Event Callbacks:' - #'adjust:' #left - #'resizeForLabel:' true - ) - #(#LabelSpec - #'name:' 'singleClickLabel' - #'layout:' #(#AlignmentOrigin 135 0 67 0 1 0.5) - #'label:' 'Single Click:' - #'adjust:' #right - #'resizeForLabel:' true - ) - #(#InputFieldSpec - #'name:' 'singleClickField' - #'layout:' #(#LayoutFrame 139 0 55 0 -2 1 80 0) - #'model:' #actionBlock - ) - #(#LabelSpec - #'name:' 'doubleClickLabel' - #'layout:' #(#AlignmentOrigin 135 0 95 0 1 0.5) - #'label:' 'Double Click:' - #'adjust:' #right - #'resizeForLabel:' true - ) - #(#InputFieldSpec - #'name:' 'doubleClickField' - #'layout:' #(#LayoutFrame 139 0 83 0 -2 1 108 0) - #'model:' #doubleClickBlock - ) - #(#LabelSpec - #'name:' 'releaseButtonLabel' - #'layout:' #(#AlignmentOrigin 135 0 124 0 1 0.5) - #'label:' 'Release Button:' - #'adjust:' #right - #'resizeForLabel:' true - ) - #(#InputFieldSpec - #'name:' 'releaseButtonField' - #'layout:' #(#LayoutFrame 139 0 112 0 -2 1 137 0) - #'model:' #buttonReleaseBlock - ) - #(#LabelSpec - #'name:' 'menuAccessLabel' - #'layout:' #(#AlignmentOrigin 135 0 202 0 1 0.5) - #'label:' 'Menu Access:' - #'adjust:' #right - #'resizeForLabel:' true - ) - #(#InputFieldSpec - #'name:' 'menuAccessField' - #'layout:' #(#LayoutFrame 139 0 190 0 -2 1 215 0) - #'model:' #menuAccessBlock - ) - #(#LabelSpec - #'name:' 'menuCallbacks' - #'layout:' #(#LayoutOrigin 20 0 165 0) - #'label:' 'Menu Callbacks:' - #'adjust:' #left - #'resizeForLabel:' true - ) - ) - ) - ) -! - -detailsEditSpec +XXdetailsEditSpec "this window spec was automatically generated by the ST/X UIPainter" "do not manually edit this - the painter/builder may not be able to @@ -286,6 +189,235 @@ ) ) ) +! + +YYdetailsEditSpec + "this window spec was automatically generated by the ST/X UIPainter" + + "do not manually edit this - the painter/builder may not be able to + handle the specification if its corrupted." + + " + UIPainter new openOnClass:self andSelector:#detailsEditSpec + self new openInterface:#detailsEditSpec + " + + + + ^ + + #(#FullSpec + #'window:' + #(#WindowSpec + #'name:' 'Graph 2D Detail' + #'layout:' #(#LayoutFrame 6 0 142 0 379 0 445 0) + #'label:' 'Graph 2D Detail' + #'min:' #(#Point 10 10) + #'max:' #(#Point 1160 870) + #'bounds:' #(#Rectangle 6 142 380 446) + #'usePreferredExtent:' false + ) + #'component:' + #(#SpecCollection + #'collection:' + #( + #(#UISubSpecification + #'name:' 'subDetailsSpec' + #'layout:' #(#LayoutFrame 0 0.0 0 0 0 1.0 210 0) + #'minorKey:' #subDetailsEditSpec + ) + #(#CheckBoxSpec + #'name:' 'showGrid' + #'layout:' #(#Point 27 259) + #'tabable:' true + #'model:' #showGrid + #'label:' 'Show Grid' + ) + #(#LabelSpec + #'name:' 'zoomZLabel' + #'layout:' #(#AlignmentOrigin 157 0 220 0 1 0.5) + #'label:' 'Zoom-Z Factor:' + #'adjust:' #left + #'resizeForLabel:' true + ) + #(#InputFieldSpec + #'name:' 'zoomZField' + #'layout:' #(#LayoutFrame 161 0 210 0 -2 1.0 232 0) + #'model:' #zoomZ + ) + ) + ) + ) + +! + +basicsMiscSpec + "this window spec was automatically generated by the ST/X UIPainter" + + "do not manually edit this - the painter/builder may not be able to + handle the specification if its corrupted." + + " + UIPainter new openOnClass:self andSelector:#basicsMiscSpec + self new openInterface:#basicsMiscSpec + " + + + + ^ + + #(#FullSpec + #'window:' + #(#WindowSpec + #'name:' 'Graph 2D Misc' + #'layout:' #(#LayoutFrame 219 0 193 0 559 0 417 0) + #'label:' 'Graph 2D Misc' + #'min:' #(#Point 10 10) + #'max:' #(#Point 1160 870) + #'bounds:' #(#Rectangle 219 193 560 418) + #'usePreferredExtent:' false + ) + #'component:' + #(#SpecCollection + #'collection:' + #( + #(#LabelSpec + #'name:' 'buttonCallbacks' + #'layout:' #(#LayoutOrigin 20 0 29 0) + #'label:' 'Button Event Callbacks:' + #'adjust:' #left + #'resizeForLabel:' true + ) + #(#LabelSpec + #'name:' 'singleClickLabel' + #'layout:' #(#AlignmentOrigin 135 0 67 0 1 0.5) + #'label:' 'Single Click:' + #'adjust:' #right + #'resizeForLabel:' true + ) + #(#InputFieldSpec + #'name:' 'singleClickField' + #'layout:' #(#LayoutFrame 139 0 55 0 -2 1 80 0) + #'model:' #actionBlock + ) + #(#LabelSpec + #'name:' 'doubleClickLabel' + #'layout:' #(#AlignmentOrigin 135 0 95 0 1 0.5) + #'label:' 'Double Click:' + #'adjust:' #right + #'resizeForLabel:' true + ) + #(#InputFieldSpec + #'name:' 'doubleClickField' + #'layout:' #(#LayoutFrame 139 0 83 0 -2 1 108 0) + #'model:' #doubleClickBlock + ) + #(#LabelSpec + #'name:' 'releaseButtonLabel' + #'layout:' #(#AlignmentOrigin 135 0 124 0 1 0.5) + #'label:' 'Release Button:' + #'adjust:' #right + #'resizeForLabel:' true + ) + #(#InputFieldSpec + #'name:' 'releaseButtonField' + #'layout:' #(#LayoutFrame 139 0 112 0 -2 1 137 0) + #'model:' #buttonReleaseBlock + ) + #(#LabelSpec + #'name:' 'menuAccessLabel' + #'layout:' #(#AlignmentOrigin 135 0 202 0 1 0.5) + #'label:' 'Menu Access:' + #'adjust:' #right + #'resizeForLabel:' true + ) + #(#InputFieldSpec + #'name:' 'menuAccessField' + #'layout:' #(#LayoutFrame 139 0 190 0 -2 1 215 0) + #'model:' #menuAccessBlock + ) + #(#LabelSpec + #'name:' 'menuCallbacks' + #'layout:' #(#LayoutOrigin 20 0 165 0) + #'label:' 'Menu Callbacks:' + #'adjust:' #left + #'resizeForLabel:' true + ) + ) + ) + ) +! + +detailsEditSpec + "this window spec was automatically generated by the ST/X UIPainter" + + "do not manually edit this - the painter/builder may not be able to + handle the specification if its corrupted." + + " + UIPainter new openOnClass:GraphColumnView2DSpec andSelector:#detailsEditSpec + GraphColumnView2DSpec new openInterface:#detailsEditSpec + " + + + + ^ + + #(#FullSpec + #'window:' + #(#WindowSpec + #'name:' 'Graph 2D Detail' + #'layout:' #(#LayoutFrame 114 0 536 0 487 0 839 0) + #'label:' 'Graph 2D Detail' + #'min:' #(#Point 10 10) + #'max:' #(#Point 1160 870) + #'bounds:' #(#Rectangle 114 536 488 840) + #'usePreferredExtent:' false + ) + #'component:' + #(#SpecCollection + #'collection:' + #( + #(#UISubSpecification + #'name:' 'subDetailsSpec' + #'layout:' #(#LayoutFrame 0 0.0 0 0 0 1.0 210 0) + #'majorKey:' #GraphColumnViewSpec + #'minorKey:' #subDetailsEditSpec + ) + #(#CheckBoxSpec + #'name:' 'showGrid' + #'layout:' #(#Point 27 259) + #'tabable:' true + #'model:' #showGrid + #'label:' 'Show Grid' + ) + #(#InputFieldSpec + #'name:' 'extentXfield' + #'layout:' #(#LayoutFrame 161 0 224 0 190 0 246 0) + #'model:' #gridX + ) + #(#InputFieldSpec + #'name:' 'extentYfield' + #'layout:' #(#LayoutFrame 217 0 224 0 246 0 246 0) + #'model:' #gridY + ) + #(#LabelSpec + #'name:' 'extentYlabel' + #'layout:' #(#AlignmentOrigin 214 0 234 0 1 0.5) + #'label:' 'Y:' + #'adjust:' #left + #'resizeForLabel:' true + ) + #(#LabelSpec + #'name:' 'extentXlabel' + #'layout:' #(#AlignmentOrigin 157 0 234 0 1 0.5) + #'label:' 'Grid Extent X:' + #'adjust:' #left + #'resizeForLabel:' true + ) + ) + ) + ) ! ! !GraphColumnView2DSpec methodsFor:'accessing'! @@ -445,5 +577,5 @@ !GraphColumnView2DSpec class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnView2DSpec.st,v 1.2 1998-02-07 15:51:11 ca Exp $' + ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnView2DSpec.st,v 1.3 1998-02-09 10:47:09 ca Exp $' ! !