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

Taeumel, Marcel Marcel.Taeumel at hpi.de
Fri Jun 17 11:10:17 UTC 2022


Almost. Add info about the drag-threshold. Then it's fine.

Best,
Marcel
________________________________
From: Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> on behalf of commits at source.squeak.org <commits at source.squeak.org>
Sent: Friday, June 17, 2022 12:48:01 PM
To: squeak-dev at lists.squeakfoundation.org <squeak-dev at lists.squeakfoundation.org>
Subject: [squeak-dev] The Inbox: Morphic-ct.2011.mcz

A new version of Morphic was added to project The Inbox:
http://source.squeak.org/inbox/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].!


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220617/0b6d4a33/attachment-0001.html>


More information about the Squeak-dev mailing list