The Trunk: 60Deprecated-mt.43.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.43.mcz

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

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

Name: 60Deprecated-mt.43
Author: mt
Time: 19 August 2019, 5:55:23.557665 pm
UUID: 1f9da617-a35d-bb42-aabc-931e7bb96753
Ancestors: 60Deprecated-mt.42

Deprecates and old Etoys way to change the extent of the host window.

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

Item was added:
+ ----- Method: DisplayScreen class>>hostWindowSize: (in category '*60Deprecated') -----
+ hostWindowSize: aPoint
+ self deprecated: 'Use ', #hostWindowExtent:.
+ self primitiveWindowSize: self hostWindowIndex width: aPoint x heigth: aPoint y
+ !