[squeak-dev] The Trunk: Morphic-ct.2011.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jan 11 12:52:16 UTC 2023


Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-ct.2011.mcz

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

Name: Morphic-ct.2011
Author: ct
Time: 17 June 2022, 12:47:31.817649 pm
UUID: 856b7484-f46f-bb42-b3fe-7b85b17694c3
Ancestors: Morphic-mt.2007

Corrects documentation for Morph >> #startDrag:. Please review briefly.

=============== Diff against Morphic-mt.2007 ===============

Item was changed:
  ----- Method: Morph>>startDrag: (in category 'event handling') -----
  startDrag: evt
+ 	"Handle a drag event when the user moves the cursor over the receiver while pressing and holding the red button. This message is only sent to clients that request it by sending #waitForClicksOrDrag:event: to the initiating hand in their mouseDown: method. This default implementation does nothing."
- 	"Handle a double-click event. This message is only sent to clients that request it by sending #waitForClicksOrDrag:event: to the initiating hand in their mouseDown: method. This default implementation does nothing."
  
  	self eventHandler ifNotNil:
  		[self eventHandler startDrag: evt fromMorph: self].!



More information about the Squeak-dev mailing list