FileBrowserV2.st
changeset 8229 08a30f2c99f2
parent 8188 d26ad67c7493
child 8254 72f023d8ec87
equal deleted inserted replaced
8228:6be70d6b485c 8229:08a30f2c99f2
   406         component: 
   406         component: 
   407        (SpecCollection
   407        (SpecCollection
   408           collection: (
   408           collection: (
   409            (ViewSpec
   409            (ViewSpec
   410               name: 'ToolbarBox'
   410               name: 'ToolbarBox'
   411               layout: (LayoutFrame 0 0 0 0 0 1 30 0)
   411               layout: (LayoutFrame 0 0 0 0 0 1 40 0)
   412               level: 0
   412               level: 0
   413               visibilityChannel: toolBarVisibleHolder
   413               visibilityChannel: toolBarVisibleHolder
   414               component: 
   414               component: 
   415              (SpecCollection
   415              (SpecCollection
   416                 collection: (
   416                 collection: (
   417                  (ActionButtonSpec
   417                  (ActionButtonSpec
   418                     label: 'hideToolBarIcon'
   418                     label: 'hideToolBarIcon'
   419                     name: 'HideToolBarButton'
   419                     name: 'HideToolBarButton'
   420                     layout: (LayoutFrame 0 0 0 0 13 0 30 0)
   420                     layout: (LayoutFrame 0 0 0 0 13 0 40 0)
   421                     activeHelpKey: hideToolBar
   421                     activeHelpKey: hideToolBar
   422                     hasCharacterOrientedLabel: false
   422                     hasCharacterOrientedLabel: false
   423                     translateLabel: true
   423                     translateLabel: true
   424                     model: hideToolbar
   424                     model: hideToolbar
   425                     postBuildCallback: hideToolBarButtonCreated:
   425                     postBuildCallback: hideToolBarButtonCreated:
   426                   )
   426                   )
   427                  (MenuPanelSpec
   427                  (MenuPanelSpec
   428                     name: 'ToolBar'
   428                     name: 'ToolBar'
   429                     layout: (LayoutFrame 13 0 0 0 0 1 32 0)
   429                     layout: (LayoutFrame 13 0 0 0 0 1 40 0)
   430                     menu: toolBarMainMenu
   430                     menu: toolBarMainMenu
   431                     textDefault: true
   431                     textDefault: true
   432                   )
   432                   )
   433                  )
   433                  )
   434                
   434                
   435               )
   435               )
   436             )
   436             )
   437            (ViewSpec
   437            (ViewSpec
   438               name: 'FilenameEntryFieldBox'
   438               name: 'FilenameEntryFieldBox'
   439               layout: (LayoutFrame 0 0 32 0 0 1 57 0)
   439               layout: (LayoutFrame 0 0 40 0 0 1 65 0)
   440               level: 0
   440               level: 0
   441               visibilityChannel: filenameEntryFieldVisibleHolder
   441               visibilityChannel: filenameEntryFieldVisibleHolder
   442               component: 
   442               component: 
   443              (SpecCollection
   443              (SpecCollection
   444                 collection: (
   444                 collection: (
   526                
   526                
   527               )
   527               )
   528             )
   528             )
   529            (#'FileBrowserV2UISpecifications::PanelSpec'
   529            (#'FileBrowserV2UISpecifications::PanelSpec'
   530               name: 'BrowserBox'
   530               name: 'BrowserBox'
   531               layout: (LayoutFrame 0 0.0 57 0.0 0 1.0 -26 1.0)
   531               layout: (LayoutFrame 0 0.0 65 0.0 0 1.0 -26 1.0)
   532               level: 0
   532               level: 0
   533               showHandle: true
   533               showHandle: true
   534               snapMode: both
   534               snapMode: both
   535               whichView: last
   535               whichView: last
   536               orientation: vertical
   536               orientation: vertical
  1953 ! !
  1953 ! !
  1954 
  1954 
  1955 !FileBrowserV2 class methodsFor:'documentation'!
  1955 !FileBrowserV2 class methodsFor:'documentation'!
  1956 
  1956 
  1957 version
  1957 version
  1958     ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.176 2008-06-09 10:53:54 cg Exp $'
  1958     ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.177 2008-08-20 17:53:17 cg Exp $'
  1959 ! !
  1959 ! !
  1960 
  1960 
  1961 FileBrowserV2 initialize!
  1961 FileBrowserV2 initialize!