[squeak-dev] The Trunk: Kernel-mt.965.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Nov 4 17:47:49 UTC 2015


Marcel Taeumel uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-mt.965.mcz

==================== Summary ====================

Name: Kernel-mt.965
Author: mt
Time: 4 November 2015, 6:47:19.492 pm
UUID: bc2a01d5-b9c9-4111-bfd0-a2a19ae61e88
Ancestors: Kernel-ul.964

Refactors and cleans-up drag-and-drop mechanism used by pluggable lists and trees.

=============== Diff against Kernel-ul.964 ===============

Item was removed:
- ----- Method: Object>>dragAnimationFor:transferMorph: (in category 'drag and drop') -----
- dragAnimationFor: item transferMorph: transferMorph 
- 	"Default do nothing"!

Item was added:
+ ----- Method: Object>>dragStartedFor:transferMorph: (in category 'drag and drop') -----
+ dragStartedFor: anItemMorph transferMorph: aTransferMorph 
+ 	"Give the model a chance to respond to a started drag operation. Could be used to give a notification or play an animation. Do nothing by default."!

Item was removed:
- ----- Method: Object>>dragTransferType (in category 'drag and drop') -----
- dragTransferType
- 	^nil!



More information about the Squeak-dev mailing list