[squeak-dev] The Inbox: Morphic-dtl.1397.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Feb 19 00:47:57 UTC 2018


David T. Lewis uploaded a new version of Morphic to project The Inbox:
http://source.squeak.org/inbox/Morphic-dtl.1397.mcz

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

Name: Morphic-dtl.1397
Author: dtl
Time: 18 February 2018, 7:47:52.917246 pm
UUID: e43a00c9-b146-4838-b631-d0210ddb934b
Ancestors: Morphic-dtl.1396

Implement Rectangle>>innerBounds to support morphic geometry calculations, e.g. for flap layout positioning. Allows flaps in a Worldlet to function properly.

=============== Diff against Morphic-dtl.1396 ===============

Item was added:
+ ----- Method: Rectangle>>innerBounds (in category '*Morphic') -----
+ innerBounds
+ 	"Return the inner rectangle enclosed by the bounds of this rectangle or
+ 	morph. A rectangle may represent an interior region of a morph."
+ 
+ 	^ self
+ !



More information about the Squeak-dev mailing list