FileBrowserV2SettingsDialog.st
branchjv
changeset 17134 c4cce8b7a95d
parent 15566 184cea584be5
parent 16963 d69e080de9b9
equal deleted inserted replaced
17133:f9f20407fbf9 17134:c4cce8b7a95d
   112       (WindowSpec
   112       (WindowSpec
   113          label: 'Settings Dialog'
   113          label: 'Settings Dialog'
   114          name: 'Settings Dialog'
   114          name: 'Settings Dialog'
   115          min: (Point 10 10)
   115          min: (Point 10 10)
   116          max: (Point 1024 768)
   116          max: (Point 1024 768)
   117          bounds: (Rectangle 0 0 443 621)
   117          bounds: (Rectangle 0 0 528 649)
   118          menu: mainMenu
   118          menu: mainMenu
   119        )
   119        )
   120        component: 
   120        component: 
   121       (SpecCollection
   121       (SpecCollection
   122          collection: (
   122          collection: (
   123           (SubCanvasSpec
   123           (SubCanvasSpec
   124              name: 'FileBrowserV2SettingsAppl'
   124              name: 'FileBrowserV2SettingsAppl'
   125              layout: (LayoutFrame 0 0.0 0 0.0 0 1.0 -34 1)
   125              layout: (LayoutFrame 0 0.0 0 0.0 0 1.0 -36 1)
   126              level: 0
   126              level: 0
   127              hasHorizontalScrollBar: true
   127              hasHorizontalScrollBar: true
   128              hasVerticalScrollBar: true
   128              hasVerticalScrollBar: true
   129              majorKey: FileBrowserV2SettingsAppl
   129              majorKey: FileBrowserV2SettingsAppl
   130              createNewApplication: true
   130              createNewApplication: true
   131              createNewBuilder: true
   131              createNewBuilder: true
   132              postBuildCallback: postBuildSubCanvas:
   132              postBuildCallback: postBuildSubCanvas:
   133            )
   133            )
   134           (HorizontalPanelViewSpec
   134           (HorizontalPanelViewSpec
   135              name: 'HorizontalPanel1'
   135              name: 'HorizontalPanel1'
   136              layout: (LayoutFrame 0 0.0 -34 1 -16 1.0 0 1)
   136              layout: (LayoutFrame 0 0.0 -36 1 -16 1.0 0 1)
   137              horizontalLayout: fitSpace
   137              horizontalLayout: fitSpace
   138              verticalLayout: center
   138              verticalLayout: center
   139              horizontalSpace: 3
   139              horizontalSpace: 3
   140              verticalSpace: 3
   140              verticalSpace: 3
   141              component: 
   141              component: 
   145                    label: 'OK'
   145                    label: 'OK'
   146                    name: 'OK'
   146                    name: 'OK'
   147                    translateLabel: true
   147                    translateLabel: true
   148                    model: doSave
   148                    model: doSave
   149                    enableChannel: enableButtons
   149                    enableChannel: enableButtons
   150                    extent: (Point 81 22)
   150                    extent: (Point 97 32)
       
   151                    usePreferredHeight: true
   151                  )
   152                  )
   152                 (ActionButtonSpec
   153                 (ActionButtonSpec
   153                    label: 'Apply'
   154                    label: 'Apply'
   154                    name: 'Apply'
   155                    name: 'Apply'
   155                    translateLabel: true
   156                    translateLabel: true
   156                    model: doApply
   157                    model: doApply
   157                    enableChannel: enableButtons
   158                    enableChannel: enableButtons
   158                    extent: (Point 82 22)
   159                    extent: (Point 98 32)
       
   160                    usePreferredHeight: true
   159                  )
   161                  )
   160                 (ActionButtonSpec
   162                 (ActionButtonSpec
   161                    label: 'Reload'
   163                    label: 'Reload'
   162                    name: 'Reload'
   164                    name: 'Reload'
   163                    translateLabel: true
   165                    translateLabel: true
   164                    model: doReload
   166                    model: doReload
   165                    enableChannel: enableButtons
   167                    enableChannel: enableButtons
   166                    extent: (Point 82 22)
   168                    extent: (Point 97 32)
       
   169                    usePreferredHeight: true
   167                  )
   170                  )
   168                 (ActionButtonSpec
   171                 (ActionButtonSpec
   169                    label: 'Cancel'
   172                    label: 'Cancel'
   170                    name: 'Cancel'
   173                    name: 'Cancel'
   171                    translateLabel: true
   174                    translateLabel: true
   172                    model: doCancel
   175                    model: doCancel
   173                    extent: (Point 82 22)
   176                    extent: (Point 98 32)
       
   177                    usePreferredHeight: true
   174                  )
   178                  )
   175                 (ActionButtonSpec
   179                 (ActionButtonSpec
   176                    label: 'Help'
   180                    label: 'Help'
   177                    name: 'Help'
   181                    name: 'Help'
   178                    visibilityChannel: false
   182                    visibilityChannel: false
   179                    translateLabel: true
   183                    translateLabel: true
   180                    model: help
   184                    model: help
   181                    enableChannel: enableButtons
   185                    enableChannel: enableButtons
   182                    extent: (Point 82 22)
   186                    extent: (Point 98 32)
       
   187                    usePreferredHeight: true
   183                  )
   188                  )
   184                 )
   189                 )
   185               
   190               
   186              )
   191              )
   187              keepSpaceForOSXResizeHandleH: true
   192              keepSpaceForOSXResizeHandleH: true
   320 ! !
   325 ! !
   321 
   326 
   322 !FileBrowserV2SettingsDialog class methodsFor:'documentation'!
   327 !FileBrowserV2SettingsDialog class methodsFor:'documentation'!
   323 
   328 
   324 version
   329 version
   325     ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsDialog.st,v 1.12 2015-01-27 12:17:15 cg Exp $'
   330     ^ '$Header$'
   326 !
   331 !
   327 
   332 
   328 version_CVS
   333 version_CVS
   329     ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsDialog.st,v 1.12 2015-01-27 12:17:15 cg Exp $'
   334     ^ '$Header$'
   330 ! !
   335 ! !
   331 
   336