FileSelectionList.st
changeset 2817 7c82a9535b96
parent 2634 278d196cbaa4
child 2832 23ad57a4ad76
equal deleted inserted replaced
2816:98eace39864f 2817:7c82a9535b96
   722     "Created: 20.9.1997 / 13:12:45 / cg"
   722     "Created: 20.9.1997 / 13:12:45 / cg"
   723 !
   723 !
   724 
   724 
   725 doubleClicked
   725 doubleClicked
   726     self selectionIsDirectory ifTrue:[
   726     self selectionIsDirectory ifTrue:[
   727         stayInDirectory not ifTrue:[
   727         stayInDirectory ifFalse:[
   728             quickDirectoryChange ifFalse:[
   728             quickDirectoryChange ifFalse:[
   729                 directoryChangeAction notNil ifTrue:[
   729                 directoryChangeAction notNil ifTrue:[
   730                     directoryChangeAction value:self selection
   730                     directoryChangeAction value:self selection
   731                 ] ifFalse:[
   731                 ] ifFalse:[
   732                     self changeDirectory
   732                     self changeDirectory
  1081 ! !
  1081 ! !
  1082 
  1082 
  1083 !FileSelectionList class methodsFor:'documentation'!
  1083 !FileSelectionList class methodsFor:'documentation'!
  1084 
  1084 
  1085 version
  1085 version
  1086     ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionList.st,v 1.49 2002-10-14 15:30:30 ca Exp $'
  1086     ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionList.st,v 1.50 2003-10-08 15:34:10 cg Exp $'
  1087 ! !
  1087 ! !