[squeak-dev] The Inbox: MorphicExtras-ct.284.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Nov 22 16:55:14 UTC 2020


Christoph Thiede uploaded a new version of MorphicExtras to project The Inbox:
http://source.squeak.org/inbox/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!



More information about the Squeak-dev mailing list