FilenameWidgetWithHistory.st
changeset 6239 b3225527a33d
parent 5954 3c254cdfdfbc
child 6240 b7d61c1bfe9e
equal deleted inserted replaced
6238:1f70ed3090a4 6239:b3225527a33d
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 2007 by eXept Software AG
     2  COPYRIGHT (c) 2007 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
   271                                   rightFraction:1 offset:-22 
   269                                   rightFraction:1 offset:-22 
   272                                   topFraction:0 offset:0 
   270                                   topFraction:0 offset:0 
   273                                   bottomFraction:1 offset:0).
   271                                   bottomFraction:1 offset:0).
   274 
   272 
   275     self initializeBrowseButton.
   273     self initializeBrowseButton.
   276     browseButton layout:(LayoutFrame
   274     browseButton adjust:(LayoutFrame
   277                                   leftFraction:1 offset:-22 
   275                                   leftFraction:1 offset:-22 
   278                                   rightFraction:1 offset:-2 
   276                                   rightFraction:1 offset:-2 
   279                                   topFraction:0 offset:0 
   277                                   topFraction:0 offset:0 
   280                                   bottomFraction:1 offset:0).
   278                                   bottomFraction:1 offset:0).
   281 
   279