FileBrowserV2SettingsAppl.st
branchjv
changeset 16321 e6a4ab0da993
parent 15566 184cea584be5
parent 16316 6149de061037
child 16348 10a6bb733b5d
equal deleted inserted replaced
16315:73c4f82ca456 16321:e6a4ab0da993
   101       (WindowSpec
   101       (WindowSpec
   102          label: 'Settings'
   102          label: 'Settings'
   103          name: 'Settings'
   103          name: 'Settings'
   104          flags: 1
   104          flags: 1
   105          min: (Point 10 10)
   105          min: (Point 10 10)
   106          bounds: (Rectangle 0 0 627 751)
   106          bounds: (Rectangle 0 0 625 766)
   107        )
   107        )
   108        component: 
   108        component: 
   109       (SpecCollection
   109       (SpecCollection
   110          collection: (
   110          collection: (
   111           (VerticalPanelViewSpec
   111           (VerticalPanelViewSpec
   118              component: 
   118              component: 
   119             (SpecCollection
   119             (SpecCollection
   120                collection: (
   120                collection: (
   121                 (FramedBoxSpec
   121                 (FramedBoxSpec
   122                    label: 'Show'
   122                    label: 'Show'
   123                    name: 'FramedBox1'
   123                    name: 'ShowBox'
   124                    labelPosition: topLeft
   124                    labelPosition: topLeft
   125                    translateLabel: true
   125                    translateLabel: true
   126                    component: 
   126                    component: 
   127                   (SpecCollection
   127                   (SpecCollection
   128                      collection: (
   128                      collection: (
   177                          translateLabel: true
   177                          translateLabel: true
   178                        )
   178                        )
   179                       )
   179                       )
   180                     
   180                     
   181                    )
   181                    )
   182                    extent: (Point 627 250)
   182                    extent: (Point 625 250)
   183                  )
   183                  )
   184                 (FramedBoxSpec
   184                 (FramedBoxSpec
   185                    label: 'Sort'
   185                    label: 'Sort'
   186                    name: 'FramedBox2'
   186                    name: 'SortBox'
   187                    labelPosition: topLeft
   187                    labelPosition: topLeft
   188                    translateLabel: true
   188                    translateLabel: true
   189                    component: 
   189                    component: 
   190                   (SpecCollection
   190                   (SpecCollection
   191                      collection: (
   191                      collection: (
   204                          translateLabel: true
   204                          translateLabel: true
   205                        )
   205                        )
   206                       )
   206                       )
   207                     
   207                     
   208                    )
   208                    )
   209                    extent: (Point 627 101)
   209                    extent: (Point 625 101)
   210                  )
   210                  )
   211                 (FramedBoxSpec
   211                 (FramedBoxSpec
   212                    label: 'Columns in Filelist'
   212                    label: 'Columns in Filelist'
   213                    name: 'FramedBox4'
   213                    name: 'ColumnsBox'
   214                    labelPosition: topLeft
   214                    labelPosition: topLeft
   215                    translateLabel: true
   215                    translateLabel: true
   216                    component: 
   216                    component: 
   217                   (SpecCollection
   217                   (SpecCollection
   218                      collection: (
   218                      collection: (
   304                          translateLabel: true
   304                          translateLabel: true
   305                        )
   305                        )
   306                       )
   306                       )
   307                     
   307                     
   308                    )
   308                    )
   309                    extent: (Point 627 220)
   309                    extent: (Point 625 224)
   310                  )
   310                  )
   311                 (FramedBoxSpec
   311                 (FramedBoxSpec
   312                    label: 'Application Notebook'
   312                    label: 'Application Notebook'
   313                    name: 'FramedBox3'
   313                    name: 'ApplicationBox'
   314                    labelPosition: topLeft
   314                    labelPosition: topLeft
   315                    translateLabel: true
   315                    translateLabel: true
   316                    component: 
   316                    component: 
   317                   (SpecCollection
   317                   (SpecCollection
   318                      collection: (
   318                      collection: (
   363                          )
   363                          )
   364                        )
   364                        )
   365                       )
   365                       )
   366                     
   366                     
   367                    )
   367                    )
   368                    extent: (Point 627 160)
   368                    extent: (Point 625 170)
   369                  )
   369                  )
   370                 )
   370                 )
   371               
   371               
   372              )
   372              )
   373            )
   373            )
   673 ! !
   673 ! !
   674 
   674 
   675 !FileBrowserV2SettingsAppl class methodsFor:'documentation'!
   675 !FileBrowserV2SettingsAppl class methodsFor:'documentation'!
   676 
   676 
   677 version
   677 version
   678     ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsAppl.st,v 1.38 2015-02-13 10:56:36 cg Exp $'
   678     ^ '$Header$'
   679 !
   679 !
   680 
   680 
   681 version_CVS
   681 version_CVS
   682     ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsAppl.st,v 1.38 2015-02-13 10:56:36 cg Exp $'
   682     ^ '$Header$'
   683 ! !
   683 ! !
   684 
   684