FileBrowserV2UISpecifications.st
changeset 5152 6c6716dd6642
parent 4912 139a7edbdec4
child 7920 5fe560f6a741
--- a/FileBrowserV2UISpecifications.st	Thu Sep 04 12:56:49 2003 +0200
+++ b/FileBrowserV2UISpecifications.st	Thu Sep 04 20:57:09 2003 +0200
@@ -76,73 +76,67 @@
     <resource: #canvas>
 
     ^ 
-     #(#FullSpec
-        #name: #listSpec
-        #window: 
-       #(#WindowSpec
-          #label: 'Graphs'
-          #name: 'Graphs'
-          #layout: #(#LayoutFrame 7 0 129 0 441 0 316 0)
-          #level: 0
-          #min: #(#Point 10 10)
-          #max: #(#Point 1280 1024)
-          #bounds: #(#Rectangle 7 129 442 317)
-          #usePreferredExtent: false
-          #returnIsOKInDialog: true
-          #escapeIsCancelInDialog: true
+     #(FullSpec
+        name: listSpec
+        window: 
+       (WindowSpec
+          label: 'Graphs'
+          name: 'Graphs'
+          min: (Point 10 10)
+          bounds: (Rectangle 14 46 449 234)
         )
-        #component: 
-       #(#SpecCollection
-          #collection: #(
-           #(#HierarchicalListViewSpec
-              #name: 'HierarchicalListModel'
-              #layout: #(#LayoutFrame 225 0 7 0 398 0 79 0)
-              #hasHorizontalScrollBar: true
-              #hasVerticalScrollBar: true
-              #miniScrollerHorizontal: true
-              #highlightMode: #line
+        component: 
+       (SpecCollection
+          collection: (
+           (HierarchicalListViewSpec
+              name: 'HierarchicalListModel'
+              layout: (LayoutFrame 225 0 7 0 398 0 79 0)
+              hasHorizontalScrollBar: true
+              hasVerticalScrollBar: true
+              miniScrollerHorizontal: true
+              highlightMode: line
+            )
+           (LabelSpec
+              label: 'HierarchicalList'
+              name: 'HierarchicalListLabel'
+              layout: (Point 252 15)
+              style: (FontDescription helvetica medium roman 10)
+              resizeForLabel: true
+              adjust: left
+              canUIDrag: false
             )
-           #(#LabelSpec
-              #label: 'HierarchicalList'
-              #name: 'HierarchicalListLabel'
-              #layout: #(#Point 252 15)
-              #style: #(#FontDescription #helvetica #medium #roman 10)
-              #resizeForLabel: true
-              #adjust: #left
-              #canUIDrag: false
-            )
-           #(#SelectionInListModelViewSpec
-              #name: 'SelectionInListModel'
-              #layout: #(#LayoutFrame 6 0 7 0 179 0 79 0)
-              #hasHorizontalScrollBar: true
-              #hasVerticalScrollBar: true
-              #miniScrollerHorizontal: true
-              #highlightMode: #line
+           (SelectionInListModelViewSpec
+              name: 'SelectionInListModel'
+              layout: (LayoutFrame 6 0 7 0 179 0 79 0)
+              hasHorizontalScrollBar: true
+              hasVerticalScrollBar: true
+              miniScrollerHorizontal: true
+              highlightMode: line
             )
-           #(#LabelSpec
-              #label: 'SelectionInList'
-              #name: 'SelectionInListLabel'
-              #layout: #(#Point 33 15)
-              #style: #(#FontDescription #helvetica #medium #roman 10)
-              #resizeForLabel: true
-              #adjust: #left
-              #canUIDrag: false
+           (LabelSpec
+              label: 'SelectionInList'
+              name: 'SelectionInListLabel'
+              layout: (Point 33 15)
+              style: (FontDescription helvetica medium roman 10)
+              resizeForLabel: true
+              adjust: left
+              canUIDrag: false
             )
-           #(#ListModelViewSpec
-              #name: 'ListModel'
-              #layout: #(#LayoutFrame 6 0 100 0 179 0 172 0)
-              #hasHorizontalScrollBar: true
-              #hasVerticalScrollBar: true
-              #miniScrollerHorizontal: true
+           (ListModelViewSpec
+              name: 'ListModel'
+              layout: (LayoutFrame 6 0 100 0 179 0 172 0)
+              hasHorizontalScrollBar: true
+              hasVerticalScrollBar: true
+              miniScrollerHorizontal: true
             )
-           #(#LabelSpec
-              #label: 'ListModel'
-              #name: 'ListModelLabel'
-              #layout: #(#Point 33 109)
-              #style: #(#FontDescription #helvetica #medium #roman 10)
-              #resizeForLabel: true
-              #adjust: #left
-              #canUIDrag: false
+           (LabelSpec
+              label: 'ListModel'
+              name: 'ListModelLabel'
+              layout: (Point 33 109)
+              style: (FontDescription helvetica medium roman 10)
+              resizeForLabel: true
+              adjust: left
+              canUIDrag: false
             )
            )
          
@@ -173,7 +167,6 @@
           #layout: #(#LayoutFrame 119 0 66 0 536 0 215 0)
           #level: 0
           #min: #(#Point 10 10)
-          #max: #(#Point 1280 1024)
           #bounds: #(#Rectangle 119 66 537 216)
           #usePreferredExtent: false
           #returnIsOKInDialog: true
@@ -282,189 +275,188 @@
     <resource: #canvas>
 
     ^ 
-     #(#FullSpec
-        #name: #detailsEditSpec
-        #window: 
-       #(#WindowSpec
-          #label: 'Panel Detail Spec'
-          #name: 'Panel Detail Spec'
-          #min: #(#Point 10 10)
-          #max: #(#Point 1160 870)
-          #bounds: #(#Rectangle 14 46 452 420)
+     #(FullSpec
+        name: detailsEditSpec
+        window: 
+       (WindowSpec
+          label: 'Panel Detail Spec'
+          name: 'Panel Detail Spec'
+          min: (Point 10 10)
+          bounds: (Rectangle 14 46 452 420)
         )
-        #component: 
-       #(#SpecCollection
-          #collection: #(
-           #(#UISubSpecification
-              #name: 'SubSpecification1'
-              #layout: #(#LayoutFrame 1 0 0 0.0 0 1.0 183 0)
-              #majorKey: #ViewSpec
-              #minorKey: #detailsEditSpec
+        component: 
+       (SpecCollection
+          collection: (
+           (UISubSpecification
+              name: 'SubSpecification1'
+              layout: (LayoutFrame 1 0 0 0.0 0 1.0 183 0)
+              majorKey: ViewSpec
+              minorKey: detailsEditSpec
             )
-           #(#FramedBoxSpec
-              #label: 'Handles'
-              #name: 'FramedBox2'
-              #layout: #(#LayoutFrame 0 0.0 169 0 0 1.0 284 0)
-              #labelPosition: #topLeft
-              #translateLabel: true
-              #component: 
-             #(#SpecCollection
-                #collection: #(
-                 #(#LabelSpec
-                    #label: 'Bar Width:'
-                    #name: 'BarWidthLabel'
-                    #layout: #(#AlignmentOrigin 88 0 13 0 1 0.5)
-                    #activeHelpKey: #barWidth
-                    #translateLabel: true
-                    #resizeForLabel: true
-                    #adjust: #left
+           (FramedBoxSpec
+              label: 'Handles'
+              name: 'FramedBox2'
+              layout: (LayoutFrame 0 0.0 169 0 0 1.0 284 0)
+              labelPosition: topLeft
+              translateLabel: true
+              component: 
+             (SpecCollection
+                collection: (
+                 (LabelSpec
+                    label: 'Bar Width:'
+                    name: 'BarWidthLabel'
+                    layout: (AlignmentOrigin 88 0 13 0 1 0.5)
+                    activeHelpKey: barWidth
+                    translateLabel: true
+                    resizeForLabel: true
+                    adjust: left
                   )
-                 #(#InputFieldSpec
-                    #name: 'BarWidthField'
-                    #layout: #(#LayoutFrame 90 0 0 0 140 0 22 0)
-                    #activeHelpKey: #barWidth
-                    #tabable: true
-                    #model: #barWidth
-                    #acceptChannel: #acceptChannel
-                    #modifiedChannel: #modifiedChannel
-                    #acceptOnPointerLeave: false
+                 (InputFieldSpec
+                    name: 'BarWidthField'
+                    layout: (LayoutFrame 90 0 0 0 140 0 22 0)
+                    activeHelpKey: barWidth
+                    tabable: true
+                    model: barWidth
+                    acceptChannel: acceptChannel
+                    modifiedChannel: modifiedChannel
+                    acceptOnPointerLeave: false
                   )
-                 #(#LabelSpec
-                    #label: 'Bar Level:'
-                    #name: 'BarLevelLabel'
-                    #layout: #(#AlignmentOrigin 244 0 13 0 1 0.5)
-                    #activeHelpKey: #barLevel
-                    #translateLabel: true
-                    #resizeForLabel: true
-                    #adjust: #left
+                 (LabelSpec
+                    label: 'Bar Level:'
+                    name: 'BarLevelLabel'
+                    layout: (AlignmentOrigin 244 0 13 0 1 0.5)
+                    activeHelpKey: barLevel
+                    translateLabel: true
+                    resizeForLabel: true
+                    adjust: left
                   )
-                 #(#InputFieldSpec
-                    #name: 'BarLevelField'
-                    #layout: #(#LayoutFrame 246 0 0 0 296 0 22 0)
-                    #activeHelpKey: #barLevel
-                    #tabable: true
-                    #model: #barLevel
-                    #acceptChannel: #acceptChannel
-                    #modifiedChannel: #modifiedChannel
-                    #acceptOnPointerLeave: false
+                 (InputFieldSpec
+                    name: 'BarLevelField'
+                    layout: (LayoutFrame 246 0 0 0 296 0 22 0)
+                    activeHelpKey: barLevel
+                    tabable: true
+                    model: barLevel
+                    acceptChannel: acceptChannel
+                    modifiedChannel: modifiedChannel
+                    acceptOnPointerLeave: false
                   )
-                 #(#LabelSpec
-                    #label: 'Show Handles:'
-                    #name: 'ShowHandlesLabel'
-                    #layout: #(#AlignmentOrigin 85 0 38 0 1 0.5)
-                    #activeHelpKey: #showHandle
-                    #translateLabel: true
-                    #resizeForLabel: true
-                    #adjust: #right
+                 (LabelSpec
+                    label: 'Show Handles:'
+                    name: 'ShowHandlesLabel'
+                    layout: (AlignmentOrigin 85 0 38 0 1 0.5)
+                    activeHelpKey: showHandle
+                    translateLabel: true
+                    resizeForLabel: true
+                    adjust: right
                   )
-                 #(#PopUpListSpec
-                    #label: 'Default'
-                    #name: 'ShowHandlesPopUpList'
-                    #layout: #(#AlignmentOrigin 90 0 38 0 0 0.5)
-                    #activeHelpKey: #showHandle
-                    #resizeForLabel: true
-                    #tabable: true
-                    #model: #showHandleIdx
-                    #menu: #showHandleList
-                    #useIndex: true
+                 (PopUpListSpec
+                    label: 'Default'
+                    name: 'ShowHandlesPopUpList'
+                    layout: (AlignmentOrigin 90 0 38 0 0 0.5)
+                    activeHelpKey: showHandle
+                    resizeForLabel: true
+                    tabable: true
+                    model: showHandleIdx
+                    menu: showHandleList
+                    useIndex: true
                   )
-                 #(#LabelSpec
-                    #label: 'Snap Mode:'
-                    #name: 'SnapLabel'
-                    #layout: #(#LayoutFrame 0 0 54 0 86 0 76 0)
-                    #activeHelpKey: #snapMode
-                    #translateLabel: true
-                    #adjust: #right
+                 (LabelSpec
+                    label: 'Snap Mode:'
+                    name: 'SnapLabel'
+                    layout: (LayoutFrame 0 0 54 0 86 0 76 0)
+                    activeHelpKey: snapMode
+                    translateLabel: true
+                    adjust: right
                   )
-                 #(#PopUpListSpec
-                    #label: 'none'
-                    #name: 'SnapModePopUpList'
-                    #layout: #(#LayoutFrame 90 0 54 0 236 0 75 0)
-                    #activeHelpKey: #snapMode
-                    #adjust: #center
-                    #tabable: true
-                    #model: #snapModeIdx
-                    #menu: #snapModeList
-                    #useIndex: true
+                 (PopUpListSpec
+                    label: 'none'
+                    name: 'SnapModePopUpList'
+                    layout: (LayoutFrame 90 0 54 0 236 0 75 0)
+                    activeHelpKey: snapMode
+                    adjust: center
+                    tabable: true
+                    model: snapModeIdx
+                    menu: snapModeList
+                    useIndex: true
                   )
-                 #(#LabelSpec
-                    #label: 'Position:'
-                    #name: 'HandlePositionLabel'
-                    #layout: #(#AlignmentOrigin 293 0 38 0 1 0.5)
-                    #activeHelpKey: #handlePosition
-                    #translateLabel: true
-                    #resizeForLabel: true
-                    #adjust: #right
+                 (LabelSpec
+                    label: 'Position:'
+                    name: 'HandlePositionLabel'
+                    layout: (AlignmentOrigin 293 0 38 0 1 0.5)
+                    activeHelpKey: handlePosition
+                    translateLabel: true
+                    resizeForLabel: true
+                    adjust: right
                   )
-                 #(#PopUpListSpec
-                    #label: 'Default'
-                    #name: 'HandlePositionPopUpList'
-                    #layout: #(#AlignmentOrigin 298 0 38 0 0 0.5)
-                    #activeHelpKey: #handlePosition
-                    #resizeForLabel: true
-                    #tabable: true
-                    #model: #handlePositionIdx
-                    #menu: #handlePositionList
-                    #useIndex: true
+                 (PopUpListSpec
+                    label: 'Default'
+                    name: 'HandlePositionPopUpList'
+                    layout: (AlignmentOrigin 298 0 38 0 0 0.5)
+                    activeHelpKey: handlePosition
+                    resizeForLabel: true
+                    tabable: true
+                    model: handlePositionIdx
+                    menu: handlePositionList
+                    useIndex: true
                   )
                  )
                
               )
             )
-           #(#FramedBoxSpec
-              #label: 'Visibility'
-              #name: 'FramedBox1'
-              #layout: #(#LayoutFrame 0 0.0 287 0 0 1.0 371 0)
-              #labelPosition: #topLeft
-              #translateLabel: true
-              #component: 
-             #(#SpecCollection
-                #collection: #(
-                 #(#LabelSpec
-                    #label: 'orientation:'
-                    #name: 'orientation'
-                    #layout: #(#AlignmentOrigin 85 0 13 0 1 0.5)
-                    #activeHelpKey: #borderWidth
-                    #resizeForLabel: true
-                    #adjust: #left
+           (FramedBoxSpec
+              label: 'Visibility'
+              name: 'FramedBox1'
+              layout: (LayoutFrame 0 0.0 287 0 0 1.0 371 0)
+              labelPosition: topLeft
+              translateLabel: true
+              component: 
+             (SpecCollection
+                collection: (
+                 (LabelSpec
+                    label: 'orientation:'
+                    name: 'orientation'
+                    layout: (AlignmentOrigin 85 0 13 0 1 0.5)
+                    activeHelpKey: borderWidth
+                    resizeForLabel: true
+                    adjust: left
                   )
-                 #(#ComboListSpec
-                    #name: 'orientationList'
-                    #layout: #(#LayoutFrame 85 0 2 0 194 0 24 0)
-                    #model: #orientation
-                    #comboList: #orientationList
-                    #useIndex: false
+                 (ComboListSpec
+                    name: 'orientationList'
+                    layout: (LayoutFrame 85 0 2 0 194 0 24 0)
+                    model: orientation
+                    comboList: orientationList
+                    useIndex: false
                   )
-                 #(#LabelSpec
-                    #label: 'which:'
-                    #name: 'visibilityOf'
-                    #layout: #(#AlignmentOrigin 248 0 13 0 1 0.5)
-                    #activeHelpKey: #borderWidth
-                    #resizeForLabel: true
-                    #adjust: #left
+                 (LabelSpec
+                    label: 'which:'
+                    name: 'visibilityOf'
+                    layout: (AlignmentOrigin 248 0 13 0 1 0.5)
+                    activeHelpKey: borderWidth
+                    resizeForLabel: true
+                    adjust: left
                   )
-                 #(#ComboListSpec
-                    #name: 'whichViewList'
-                    #layout: #(#LayoutFrame 247 0 2 0 0 1.0 24 0)
-                    #model: #whichView
-                    #comboList: #whichViewList
-                    #useIndex: false
+                 (ComboListSpec
+                    name: 'whichViewList'
+                    layout: (LayoutFrame 247 0 2 0 0 1.0 24 0)
+                    model: whichView
+                    comboList: whichViewList
+                    useIndex: false
                   )
-                 #(#InputFieldSpec
-                    #name: 'visibility'
-                    #layout: #(#LayoutFrame 85 0 29 0 0 1.0 51 0)
-                    #activeHelpKey: #canvas
-                    #model: #visibility
-                    #group: #inputGroup
-                    #acceptChannel: #acceptChannel
-                    #modifiedChannel: #modifiedChannel
-                    #acceptOnPointerLeave: false
+                 (InputFieldSpec
+                    name: 'visibility'
+                    layout: (LayoutFrame 85 0 29 0 0 1.0 51 0)
+                    activeHelpKey: canvas
+                    model: visibility
+                    group: inputGroup
+                    acceptChannel: acceptChannel
+                    modifiedChannel: modifiedChannel
+                    acceptOnPointerLeave: false
                   )
-                 #(#LabelSpec
-                    #label: 'visibility:'
-                    #name: 'visibilityLabel'
-                    #layout: #(#AlignmentOrigin 85 0 40 0 1 0.5)
-                    #resizeForLabel: true
+                 (LabelSpec
+                    label: 'visibility:'
+                    name: 'visibilityLabel'
+                    layout: (AlignmentOrigin 85 0 40 0 1 0.5)
+                    resizeForLabel: true
                   )
                  )
                
@@ -652,5 +644,5 @@
 !FileBrowserV2UISpecifications class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2UISpecifications.st,v 1.4 2003-05-19 09:31:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2UISpecifications.st,v 1.5 2003-09-04 18:55:27 stefan Exp $'
 ! !