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

commits at source.squeak.org commits at source.squeak.org
Sat Feb 20 11:48:16 UTC 2021


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

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

Name: 60Deprecated-mt.87
Author: mt
Time: 20 February 2021, 12:48:15.982759 pm
UUID: 253c6d3c-68b2-8b49-aa96-53a22b205c23
Ancestors: 60Deprecated-pre.86

Complements Morphic-mt.1724

=============== Diff against 60Deprecated-pre.86 ===============

Item was added:
+ ----- Method: Morph>>gridPoint: (in category '*60Deprecated-geometry') -----
+ gridPoint: ungriddedPoint
+ 
+ 	self deprecated: 'Use GridLayout as the container''s layout policy instead.'.
+ 	^ ungriddedPoint!

Item was added:
+ ----- Method: Morph>>griddedPoint: (in category '*60Deprecated-geometry') -----
+ griddedPoint: ungriddedPoint
+ 
+ 	self deprecated: 'Use GridLayout as the container''s layout policy instead.'.
+ 	^ ungriddedPoint!



More information about the Squeak-dev mailing list