The Trunk: 60Deprecated-mt.77.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: 60Deprecated-mt.77.mcz

commits-2
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.!