DirectoryContentsBrowser.st
changeset 9360 442d863efe2a
parent 9323 3c5386d9456a
child 9513 ecc457cda16d
equal deleted inserted replaced
9359:44d36e85cb39 9360:442d863efe2a
  1583 ! !
  1583 ! !
  1584 
  1584 
  1585 !DirectoryContentsBrowser methodsFor:'drag & drop'!
  1585 !DirectoryContentsBrowser methodsFor:'drag & drop'!
  1586 
  1586 
  1587 doStartDrag:aDropSource in:aView
  1587 doStartDrag:aDropSource in:aView
  1588     "set the cursors before starting the drag & drop operation
  1588     "set the cursors before starting the drag & drop operation"
  1589     "
  1589 
  1590     |selectedFiles|
  1590     |selectedFiles|
  1591 
  1591 
  1592     selectedFiles := self selectedFiles.
  1592     selectedFiles := self selectedFiles.
  1593     (selectedFiles isEmpty) ifTrue:[
  1593     (selectedFiles isEmpty) ifTrue:[
  1594         ^ self.
  1594         ^ self.
  3314 ! !
  3314 ! !
  3315 
  3315 
  3316 !DirectoryContentsBrowser class methodsFor:'documentation'!
  3316 !DirectoryContentsBrowser class methodsFor:'documentation'!
  3317 
  3317 
  3318 version
  3318 version
  3319     ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.231 2009-12-16 15:52:41 ca Exp $'
  3319     ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.232 2010-02-02 14:20:10 cg Exp $'
  3320 !
  3320 !
  3321 
  3321 
  3322 version_CVS
  3322 version_CVS
  3323     ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.231 2009-12-16 15:52:41 ca Exp $'
  3323     ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.232 2010-02-02 14:20:10 cg Exp $'
  3324 ! !
  3324 ! !