FileBrowserV2SettingsAppl.st
changeset 5153 0030b86728bf
parent 5140 36c7da05d814
child 5325 ef7f3f898815
--- a/FileBrowserV2SettingsAppl.st	Thu Sep 04 20:57:09 2003 +0200
+++ b/FileBrowserV2SettingsAppl.st	Thu Sep 04 21:02:36 2003 +0200
@@ -66,250 +66,249 @@
     <resource: #canvas>
 
     ^ 
-     #(#FullSpec
-        #name: #windowSpec
-        #window: 
-       #(#WindowSpec
-          #label: 'Settings'
-          #name: 'Settings'
-          #min: #(#Point 10 10)
-          #max: #(#Point 1024 768)
-          #bounds: #(#Rectangle 16 46 450 587)
+     #(FullSpec
+        name: windowSpec
+        window: 
+       (WindowSpec
+          label: 'Settings'
+          name: 'Settings'
+          min: (Point 10 10)
+          bounds: (Rectangle 14 46 448 587)
         )
-        #component: 
-       #(#SpecCollection
-          #collection: #(
-           #(#VerticalPanelViewSpec
-              #name: 'VerticalPanel1'
-              #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
-              #horizontalLayout: #fit
-              #verticalLayout: #top
-              #horizontalSpace: 3
-              #verticalSpace: 3
-              #component: 
-             #(#SpecCollection
-                #collection: #(
-                 #(#VerticalPanelViewSpec
-                    #name: 'VerticalPanel2'
-                    #horizontalLayout: #fit
-                    #verticalLayout: #center
-                    #horizontalSpace: 3
-                    #verticalSpace: 3
-                    #component: 
-                   #(#SpecCollection
-                      #collection: #(
-                       #(#FramedBoxSpec
-                          #label: 'Show'
-                          #name: 'FramedBox1'
-                          #labelPosition: #topLeft
-                          #translateLabel: true
-                          #component: 
-                         #(#SpecCollection
-                            #collection: #(
-                             #(#CheckBoxSpec
-                                #label: 'Hidden Files'
-                                #name: 'CheckBox1'
-                                #layout: #(#LayoutFrame 0 0.0 0 0 0 1.0 20 0)
-                                #model: #showHiddenFiles
-                                #translateLabel: true
+        component: 
+       (SpecCollection
+          collection: (
+           (VerticalPanelViewSpec
+              name: 'VerticalPanel1'
+              layout: (LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
+              horizontalLayout: fit
+              verticalLayout: top
+              horizontalSpace: 3
+              verticalSpace: 3
+              component: 
+             (SpecCollection
+                collection: (
+                 (VerticalPanelViewSpec
+                    name: 'VerticalPanel2'
+                    horizontalLayout: fit
+                    verticalLayout: center
+                    horizontalSpace: 3
+                    verticalSpace: 3
+                    component: 
+                   (SpecCollection
+                      collection: (
+                       (FramedBoxSpec
+                          label: 'Show'
+                          name: 'FramedBox1'
+                          labelPosition: topLeft
+                          translateLabel: true
+                          component: 
+                         (SpecCollection
+                            collection: (
+                             (CheckBoxSpec
+                                label: 'Hidden Files'
+                                name: 'CheckBox1'
+                                layout: (LayoutFrame 0 0.0 0 0 0 1.0 20 0)
+                                model: showHiddenFiles
+                                translateLabel: true
                               )
-                             #(#CheckBoxSpec
-                                #label: 'Directory Tree'
-                                #name: 'CheckBox2'
-                                #layout: #(#LayoutFrame 0 0.0 25 0 0 1.0 45 0)
-                                #model: #showDirectoryTree
-                                #translateLabel: true
+                             (CheckBoxSpec
+                                label: 'Directory Tree'
+                                name: 'CheckBox2'
+                                layout: (LayoutFrame 0 0.0 25 0 0 1.0 45 0)
+                                model: showDirectoryTree
+                                translateLabel: true
                               )
-                             #(#CheckBoxSpec
-                                #label: 'Regular Files in TreeView (Left)'
-                                #name: 'CheckBox3'
-                                #layout: #(#LayoutFrame 20 0 50 0 0 1.0 70 0)
-                                #model: #viewFilesInDirectoryTree
-                                #translateLabel: true
+                             (CheckBoxSpec
+                                label: 'Regular Files in TreeView (Left)'
+                                name: 'CheckBox3'
+                                layout: (LayoutFrame 20 0 50 0 0 1.0 70 0)
+                                model: viewFilesInDirectoryTree
+                                translateLabel: true
                               )
-                             #(#CheckBoxSpec
-                                #label: 'Directories in ContentsView (Right)'
-                                #name: 'CheckBox4'
-                                #layout: #(#LayoutFrame 0 0.0 75 0 0 1.0 95 0)
-                                #model: #viewDirsInContentsBrowser
-                                #translateLabel: true
+                             (CheckBoxSpec
+                                label: 'Directories in ContentsView (Right)'
+                                name: 'CheckBox4'
+                                layout: (LayoutFrame 0 0.0 75 0 0 1.0 95 0)
+                                model: viewDirsInContentsBrowser
+                                translateLabel: true
                               )
-                             #(#CheckBoxSpec
-                                #label: 'Toolbar'
-                                #name: 'CheckBox11'
-                                #layout: #(#LayoutFrame 0 0.0 100 0 0 1.0 120 0)
-                                #model: #toolBarVisibleHolder
-                                #translateLabel: true
+                             (CheckBoxSpec
+                                label: 'Toolbar'
+                                name: 'CheckBox11'
+                                layout: (LayoutFrame 0 0.0 100 0 0 1.0 120 0)
+                                model: toolBarVisibleHolder
+                                translateLabel: true
                               )
-                             #(#CheckBoxSpec
-                                #label: 'Path Entry && Filter'
-                                #name: 'CheckBox12'
-                                #layout: #(#LayoutFrame 0 0.0 125 0 0 1.0 145 0)
-                                #model: #filenameEntryFieldVisibleHolder
-                                #translateLabel: true
+                             (CheckBoxSpec
+                                label: 'Path Entry && Filter'
+                                name: 'CheckBox12'
+                                layout: (LayoutFrame 0 0.0 125 0 0 1.0 145 0)
+                                model: filenameEntryFieldVisibleHolder
+                                translateLabel: true
                               )
                              )
                            
                           )
-                          #extent: #(#Point 434 175)
+                          extent: (Point 434 175)
                         )
-                       #(#FramedBoxSpec
-                          #label: 'Sort'
-                          #name: 'FramedBox2'
-                          #labelPosition: #topLeft
-                          #translateLabel: true
-                          #component: 
-                         #(#SpecCollection
-                            #collection: #(
-                             #(#CheckBoxSpec
-                                #label: 'Ignore Case'
-                                #name: 'CheckBox6'
-                                #layout: #(#LayoutFrame 0 0.0 0 0 0 1.0 20 0)
-                                #model: #sortCaseless
-                                #translateLabel: true
+                       (FramedBoxSpec
+                          label: 'Sort'
+                          name: 'FramedBox2'
+                          labelPosition: topLeft
+                          translateLabel: true
+                          component: 
+                         (SpecCollection
+                            collection: (
+                             (CheckBoxSpec
+                                label: 'Ignore Case'
+                                name: 'CheckBox6'
+                                layout: (LayoutFrame 0 0.0 0 0 0 1.0 20 0)
+                                model: sortCaseless
+                                translateLabel: true
                               )
-                             #(#CheckBoxSpec
-                                #label: 'Directories before Files'
-                                #name: 'CheckBox7'
-                                #layout: #(#LayoutFrame 0 0.0 25 0 0 1.0 45 0)
-                                #model: #sortDirectoriesBeforeFiles
-                                #translateLabel: true
+                             (CheckBoxSpec
+                                label: 'Directories before Files'
+                                name: 'CheckBox7'
+                                layout: (LayoutFrame 0 0.0 25 0 0 1.0 45 0)
+                                model: sortDirectoriesBeforeFiles
+                                translateLabel: true
                               )
                              )
                            
                           )
-                          #extent: #(#Point 434 75)
+                          extent: (Point 434 75)
                         )
-                       #(#FramedBoxSpec
-                          #label: 'Application Notebook'
-                          #name: 'FramedBox3'
-                          #labelPosition: #topLeft
-                          #translateLabel: true
-                          #component: 
-                         #(#SpecCollection
-                            #collection: #(
-                             #(#CheckBoxSpec
-                                #label: 'Text Editor for all Types'
-                                #name: 'CheckBox8'
-                                #layout: #(#LayoutFrame 0 0.0 0 0 0 1.0 20 0)
-                                #model: #openAlwaysInTextEditor
-                                #translateLabel: true
+                       (FramedBoxSpec
+                          label: 'Application Notebook'
+                          name: 'FramedBox3'
+                          labelPosition: topLeft
+                          translateLabel: true
+                          component: 
+                         (SpecCollection
+                            collection: (
+                             (CheckBoxSpec
+                                label: 'Text Editor for all Types'
+                                name: 'CheckBox8'
+                                layout: (LayoutFrame 0 0.0 0 0 0 1.0 20 0)
+                                model: openAlwaysInTextEditor
+                                translateLabel: true
                               )
-                             #(#CheckBoxSpec
-                                #label: 'Open Multiple Applications'
-                                #name: 'CheckBox9'
-                                #layout: #(#LayoutFrame 0 0.0 25 0 0 1.0 45 0)
-                                #model: #openMultipleApplicationsForType
-                                #translateLabel: true
+                             (CheckBoxSpec
+                                label: 'Open Multiple Applications'
+                                name: 'CheckBox9'
+                                layout: (LayoutFrame 0 0.0 25 0 0 1.0 45 0)
+                                model: openMultipleApplicationsForType
+                                translateLabel: true
                               )
-                             #(#CheckBoxSpec
-                                #label: 'Auto Open Directory Description'
-                                #name: 'CheckBox10'
-                                #layout: #(#LayoutFrame 0 0.0 50 0 0 1.0 70 0)
-                                #model: #viewDirectoryDescription
-                                #translateLabel: true
+                             (CheckBoxSpec
+                                label: 'Auto Open Directory Description'
+                                name: 'CheckBox10'
+                                layout: (LayoutFrame 0 0.0 50 0 0 1.0 70 0)
+                                model: viewDirectoryDescription
+                                translateLabel: true
                               )
                              )
                            
                           )
-                          #extent: #(#Point 434 100)
+                          extent: (Point 434 100)
                         )
-                       #(#FramedBoxSpec
-                          #label: 'Columns in Contents Browser'
-                          #name: 'FramedBox4'
-                          #labelPosition: #topLeft
-                          #translateLabel: true
-                          #component: 
-                         #(#SpecCollection
-                            #collection: #(
-                             #(#CheckBoxSpec
-                                #label: 'Details'
-                                #name: 'CheckBox22'
-                                #layout: #(#LayoutFrame 0 0.0 0 0 0 1.0 20 0)
-                                #model: #viewDetails
-                                #translateLabel: true
+                       (FramedBoxSpec
+                          label: 'Columns in Contents Browser'
+                          name: 'FramedBox4'
+                          labelPosition: topLeft
+                          translateLabel: true
+                          component: 
+                         (SpecCollection
+                            collection: (
+                             (CheckBoxSpec
+                                label: 'Details'
+                                name: 'CheckBox22'
+                                layout: (LayoutFrame 0 0.0 0 0 0 1.0 20 0)
+                                model: viewDetails
+                                translateLabel: true
                               )
-                             #(#CheckBoxSpec
-                                #label: 'Suffix'
-                                #name: 'CheckBox13'
-                                #layout: #(#LayoutFrame 20 0.0 25 0 170 0 45 0)
-                                #enableChannel: #viewDetails
-                                #model: #viewType
-                                #translateLabel: true
+                             (CheckBoxSpec
+                                label: 'Suffix'
+                                name: 'CheckBox13'
+                                layout: (LayoutFrame 20 0.0 25 0 170 0 45 0)
+                                enableChannel: viewDetails
+                                model: viewType
+                                translateLabel: true
                               )
-                             #(#CheckBoxSpec
-                                #label: 'Permissions'
-                                #name: 'CheckBox21'
-                                #layout: #(#LayoutFrame 170 0.0 25 0 -5 1 45 0)
-                                #enableChannel: #viewDetails
-                                #model: #viewPermissions
-                                #translateLabel: true
+                             (CheckBoxSpec
+                                label: 'Permissions'
+                                name: 'CheckBox21'
+                                layout: (LayoutFrame 170 0.0 25 0 -5 1 45 0)
+                                enableChannel: viewDetails
+                                model: viewPermissions
+                                translateLabel: true
                               )
-                             #(#CheckBoxSpec
-                                #label: 'Owner'
-                                #name: 'CheckBox14'
-                                #layout: #(#LayoutFrame 20 0.0 50 0 170 0 70 0)
-                                #enableChannel: #viewDetails
-                                #model: #viewOwner
-                                #translateLabel: true
+                             (CheckBoxSpec
+                                label: 'Owner'
+                                name: 'CheckBox14'
+                                layout: (LayoutFrame 20 0.0 50 0 170 0 70 0)
+                                enableChannel: viewDetails
+                                model: viewOwner
+                                translateLabel: true
                               )
-                             #(#CheckBoxSpec
-                                #label: 'Group'
-                                #name: 'CheckBox18'
-                                #layout: #(#LayoutFrame 170 0.0 50 0 -5 1 70 0)
-                                #enableChannel: #viewDetails
-                                #model: #viewGroup
-                                #translateLabel: true
+                             (CheckBoxSpec
+                                label: 'Group'
+                                name: 'CheckBox18'
+                                layout: (LayoutFrame 170 0.0 50 0 -5 1 70 0)
+                                enableChannel: viewDetails
+                                model: viewGroup
+                                translateLabel: true
                               )
-                             #(#CheckBoxSpec
-                                #label: 'Size'
-                                #name: 'CheckBox15'
-                                #layout: #(#LayoutFrame 20 0.0 75 0 170 0 95 0)
-                                #enableChannel: #viewDetails
-                                #model: #viewSize
-                                #translateLabel: true
+                             (CheckBoxSpec
+                                label: 'Size'
+                                name: 'CheckBox15'
+                                layout: (LayoutFrame 20 0.0 75 0 170 0 95 0)
+                                enableChannel: viewDetails
+                                model: viewSize
+                                translateLabel: true
                               )
-                             #(#CheckBoxSpec
-                                #label: 'Date && Time'
-                                #name: 'CheckBox19'
-                                #layout: #(#LayoutFrame 170 0.0 75 0 -5 1 95 0)
-                                #enableChannel: #viewDetails
-                                #model: #viewTime
-                                #translateLabel: true
+                             (CheckBoxSpec
+                                label: 'Date && Time'
+                                name: 'CheckBox19'
+                                layout: (LayoutFrame 170 0.0 75 0 -5 1 95 0)
+                                enableChannel: viewDetails
+                                model: viewTime
+                                translateLabel: true
                               )
-                             #(#CheckBoxSpec
-                                #label: 'Size in Bytes'
-                                #name: 'CheckBox16'
-                                #layout: #(#LayoutFrame 20 0.0 100 0 170 0 120 0)
-                                #enableChannel: #viewDetails
-                                #model: #viewSizeInBytes
-                                #translateLabel: true
+                             (CheckBoxSpec
+                                label: 'Size in Bytes'
+                                name: 'CheckBox16'
+                                layout: (LayoutFrame 20 0.0 100 0 170 0 120 0)
+                                enableChannel: viewDetails
+                                model: viewSizeInBytes
+                                translateLabel: true
                               )
-                             #(#CheckBoxSpec
-                                #label: 'Preview'
-                                #name: 'CheckBox20'
-                                #layout: #(#LayoutFrame 170 0.0 100 0 -5 1 120 0)
-                                #enableChannel: #viewDetails
-                                #model: #viewPreview
-                                #translateLabel: true
+                             (CheckBoxSpec
+                                label: 'Preview'
+                                name: 'CheckBox20'
+                                layout: (LayoutFrame 170 0.0 100 0 -5 1 120 0)
+                                enableChannel: viewDetails
+                                model: viewPreview
+                                translateLabel: true
                               )
-                             #(#CheckBoxSpec
-                                #label: 'File Info'
-                                #name: 'CheckBox23'
-                                #layout: #(#LayoutFrame 20 0.0 125 0 170 0 145 0)
-                                #enableChannel: #viewDetails
-                                #model: #viewDescription
-                                #translateLabel: true
+                             (CheckBoxSpec
+                                label: 'File Info'
+                                name: 'CheckBox23'
+                                layout: (LayoutFrame 20 0.0 125 0 170 0 145 0)
+                                enableChannel: viewDetails
+                                model: viewDescription
+                                translateLabel: true
                               )
                              )
                            
                           )
-                          #extent: #(#Point 434 171)
+                          extent: (Point 434 171)
                         )
                        )
                      
                     )
-                    #extent: #(#Point 434 530)
+                    extent: (Point 434 530)
                   )
                  )
                
@@ -569,5 +568,5 @@
 !FileBrowserV2SettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsAppl.st,v 1.13 2003-08-29 19:27:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsAppl.st,v 1.14 2003-09-04 19:01:49 stefan Exp $'
 ! !