The Trunk: MorphicExtras-ct.284.mcz

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

The Trunk: MorphicExtras-ct.284.mcz

commits-2
Marcel Taeumel uploaded a new version of MorphicExtras to project The Trunk:
http://source.squeak.org/trunk/MorphicExtras-ct.284.mcz

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

Name: MorphicExtras-ct.284
Author: ct
Time: 22 November 2020, 5:55:08.221031 pm
UUID: 530db7a0-100b-f443-8e3b-a5c742708f77
Ancestors: MorphicExtras-mt.280

Makes AnimatedImageMorph delays publicly accessible. In contrary to e.g. nextTime, delays are an essential part of an animated image, for instance when converting it into a different representation from an external client.

=============== Diff against MorphicExtras-mt.280 ===============

Item was added:
+ ----- Method: AnimatedImageMorph>>delays (in category 'accessing') -----
+ delays
+
+ ^ delays!

Item was changed:
+ ----- Method: AnimatedImageMorph>>images (in category 'accessing') -----
- ----- Method: AnimatedImageMorph>>images (in category 'private') -----
  images
  ^images!