The Trunk: EToys-ct.405.mcz

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

The Trunk: EToys-ct.405.mcz

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

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

Name: EToys-ct.405
Author: ct
Time: 17 September 2020, 12:12:06.449813 pm
UUID: db0ca850-9a21-1849-b3e2-bd9ce983b266
Ancestors: EToys-eem.400

Adds WatchMorph example method.

This commit is part of reconstruction of Objectland (also known as "The Worlds of Squeak"). For more information, see: http://forum.world.st/The-Inbox-MorphicExtras-ct-267-mcz-td5104764.html

=============== Diff against EToys-eem.400 ===============

Item was added:
+ ----- Method: WatchMorph class>>example (in category 'examples') -----
+ example
+ "WatchMorph example openInWorld"
+
+ ^ (WatchMorph
+ fontName: #BitstreamVeraSerif
+ bgColor: Color lightGray
+ centerColor: Color red paler)
+ handsColor: Color grape;
+ toggleRoman;
+ yourself!