[squeak-dev] The Trunk: 60Deprecated-mt.88.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Feb 26 14:44:58 UTC 2021


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

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

Name: 60Deprecated-mt.88
Author: mt
Time: 26 February 2021, 3:44:56.483955 pm
UUID: 990c34c3-5689-fc4d-bb49-578f125bd1ec
Ancestors: 60Deprecated-mt.87

Complements Morphic-mt.1726

=============== Diff against 60Deprecated-mt.87 ===============

Item was added:
+ ----- Method: Morph>>addMorphInFrontOfLayer: (in category '*60Deprecated-WiW support') -----
+ addMorphInFrontOfLayer: aMorph
+ 
+ 	self deprecated: 'Use #addMorphFrontInLayer: instead.'.
+ 	^ self addMorphFrontInLayer: aMorph!

Item was added:
+ ----- Method: Morph>>morphicLayerNumberWithin: (in category '*60Deprecated-WiW support') -----
+ morphicLayerNumberWithin: anOwner
+ 
+ 	self deprecated: 'Use #morphicLayerNumber instead.'.
+ 	^ self morphicLayerNumber!



More information about the Squeak-dev mailing list