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

commits at source.squeak.org commits at source.squeak.org
Sun May 17 14:50:12 UTC 2020


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

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

Name: 60Deprecated-mt.77
Author: mt
Time: 17 May 2020, 4:50:10.605947 pm
UUID: fef8e088-9a41-654b-a5bb-f754bffeb229
Ancestors: 60Deprecated-mt.76

Complements Graphics-mt.433

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

Item was added:
+ ----- Method: DisplayScreen>>fullScreen (in category '*60Deprecated-other') -----
+ fullScreen
+ 
+ 	self deprecated.
+ 	clippingBox := super boundingBox.!

Item was added:
+ ----- Method: DisplayScreen>>replacedBy:do: (in category '*60Deprecated-other') -----
+ replacedBy: aForm do: aBlock
+ 	"Permits normal display to draw on aForm instead of the display."
+ 
+ 	self deprecated: 'See Project >> #imageFormOfSize:depth:.'.
+ 	aBlock value.!



More information about the Squeak-dev mailing list