FileSelectionBrowser.st
changeset 615 47f5ba2850d1
parent 607 8b6cd53f93b8
child 619 36c9d07f7dc3
equal deleted inserted replaced
614:41cd940faa45 615:47f5ba2850d1
   130      
   130      
   131        #(#FullSpec
   131        #(#FullSpec
   132           #'window:' 
   132           #'window:' 
   133            #(#WindowSpec
   133            #(#WindowSpec
   134               #'name:' 'File Selection Browser'
   134               #'name:' 'File Selection Browser'
   135               #'layout:' #(#LayoutFrame 230 0 472 0 897 0 821 0)
   135               #'layout:' #(#LayoutFrame 248 0 226 0 847 0 575 0)
   136               #'label:' 'File Selection Browser'
   136               #'label:' 'File Selection Browser'
   137               #'min:' #(#Point 10 10)
   137               #'min:' #(#Point 10 10)
   138               #'max:' #(#Point 1152 900)
   138               #'max:' #(#Point 1152 900)
   139               #'bounds:' #(#Rectangle 230 472 898 822)
   139               #'bounds:' #(#Rectangle 248 226 848 576)
   140               #'usePreferredExtent:' false
   140               #'usePreferredExtent:' false
   141           )
   141           )
   142           #'component:' 
   142           #'component:' 
   143            #(#SpecCollection
   143            #(#SpecCollection
   144               #'collection:' 
   144               #'collection:' 
   210                     #'minorKey:' #windowSpecForCommitWithoutChannels
   210                     #'minorKey:' #windowSpecForCommitWithoutChannels
   211                 )
   211                 )
   212               )
   212               )
   213           )
   213           )
   214       )
   214       )
   215 
       
   216     "Modified: / 6.2.1998 / 03:42:48 / cg"
       
   217 ! !
   215 ! !
   218 
   216 
   219 !FileSelectionBrowser methodsFor:'accessing'!
   217 !FileSelectionBrowser methodsFor:'accessing'!
   220 
   218 
   221 directory: aDirectory
   219 directory: aDirectory