UIHelpTool.st
changeset 3537 6aacb49f2f25
parent 3521 fda84ae10fee
child 3542 96a0b064685f
equal deleted inserted replaced
3536:38fca9ee0d55 3537:6aacb49f2f25
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 1995 by eXept Software AG
     2  COPYRIGHT (c) 1995 by eXept Software AG
     5 	      All Rights Reserved
     3 	      All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
  1008     ].
  1006     ].
  1009 !
  1007 !
  1010 
  1008 
  1011 commonPostBuild
  1009 commonPostBuild
  1012     "/ using masters infoHolder ?
  1010     "/ using masters infoHolder ?
  1013     (builder aspectAt:#useAlienInfoLabelHolder) == true ifTrue:[
  1011     self useAlienInfoLabelHolder ifTrue:[
  1014         (builder componentAt:#mainPanel) layout bottomOffset:0.
  1012         (builder componentAt:#mainPanel) layout bottomOffset:0.
  1015         (builder componentAt:#infoBarSubSpec) beInvisible
  1013         (builder componentAt:#infoBarSubSpec) beInvisible
  1016     ]
  1014     ]
       
  1015 
       
  1016     "Modified: / 20-02-2018 / 13:04:50 / stefan"
  1017 !
  1017 !
  1018 
  1018 
  1019 initialize
  1019 initialize
  1020     "setup default attributes
  1020     "setup default attributes
  1021     "
  1021     "