The Trunk: Graphics-nice.429.mcz

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

The Trunk: Graphics-nice.429.mcz

commits-2
Nicolas Cellier uploaded a new version of Graphics to project The Trunk:
http://source.squeak.org/trunk/Graphics-nice.429.mcz

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

Name: Graphics-nice.429
Author: nice
Time: 3 March 2020, 10:13:13.903846 pm
UUID: a105e385-79ed-4ae5-8216-31282d6beb71
Ancestors: Graphics-nice.428, Graphics-ct.411

Merge Graphics-ct.411

We can now specify LayoutFrame fullFrame

=============== Diff against Graphics-nice.428 ===============

Item was added:
+ ----- Method: LayoutFrame class>>fullFrame (in category 'instance creation') -----
+ fullFrame
+
+ ^ self fractions: (0 @ 0 corner: 1 @ 1)!