MenuEditor.st
changeset 1997 646225e1e5bf
parent 1992 f026ffeb44db
child 1999 f2b8044ff678
equal deleted inserted replaced
1996:d18588052ade 1997:646225e1e5bf
   522               tabable: true
   522               tabable: true
   523               menu: toolbar
   523               menu: toolbar
   524               showSeparatingLines: true
   524               showSeparatingLines: true
   525             )
   525             )
   526            (VariableHorizontalPanelSpec
   526            (VariableHorizontalPanelSpec
   527               name: 'VariableHorizontalPanel'
   527               name: 'horizontalPanel'
   528               layout: (LayoutFrame 0 0.0 34 0.0 0 1.0 -26 1.0)
   528               layout: (LayoutFrame 0 0.0 34 0.0 0 1.0 -26 1.0)
   529               component: 
   529               component: 
   530              (SpecCollection
   530              (SpecCollection
   531                 collection: (
   531                 collection: (
   532                  (HierarchicalListViewSpec
   532                  (HierarchicalListViewSpec
   591                
   591                
   592               )
   592               )
   593               handles: (Any 0.300493 1.0)
   593               handles: (Any 0.300493 1.0)
   594             )
   594             )
   595            (UISubSpecification
   595            (UISubSpecification
   596               name: 'InfoBarSubSpec'
   596               name: 'infoBarSubSpec'
   597               layout: (LayoutFrame 0 0.0 -24 1 0 1.0 0 1.0)
   597               layout: (LayoutFrame 0 0.0 -24 1 0 1.0 0 1.0)
   598               majorKey: ToolApplicationModel
   598               majorKey: ToolApplicationModel
   599               minorKey: windowSpecForInfoBar
   599               minorKey: windowSpecForInfoBar
   600             )
   600             )
   601            )
   601            )
  2151     self autoAcceptOnSelectionChange addDependent:self.
  2151     self autoAcceptOnSelectionChange addDependent:self.
  2152     self autoAcceptOnSelectionChange value ifTrue:[
  2152     self autoAcceptOnSelectionChange value ifTrue:[
  2153         (builder componentAt:'okButton') label:(resources string:'Apply')
  2153         (builder componentAt:'okButton') label:(resources string:'Apply')
  2154     ].
  2154     ].
  2155 
  2155 
  2156     self isStandAlone ifFalse:[
  2156     "/ using masters infoHolder ?
  2157         self halt.
  2157     (builder aspectAt:#useAlienInfoLabelHolder) == true ifTrue:[
  2158     ].
  2158         (builder componentAt:#horizontalPanel) layout bottomOffset:0.
       
  2159         (builder componentAt:#infoBarSubSpec) beInvisible
       
  2160     ]
  2159 !
  2161 !
  2160 
  2162 
  2161 initialize
  2163 initialize
  2162     "setup aspects, ...
  2164     "setup aspects, ...
  2163     "
  2165     "