The Inbox: Morphic-ct.1536.mcz

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

The Inbox: Morphic-ct.1536.mcz

commits-2
A new version of Morphic was added to project The Inbox:
http://source.squeak.org/inbox/Morphic-ct.1536.mcz

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

Name: Morphic-ct.1536
Author: ct
Time: 21 September 2019, 4:16:50.531726 pm
UUID: a3632f2c-93a4-4847-baac-78efaba8d10e
Ancestors: Morphic-mt.1526

Convenience constructor for TextMorph

=============== Diff against Morphic-mt.1526 ===============

Item was added:
+ ----- Method: TextMorph class>>string:fontName:size: (in category 'instance creation') -----
+ string: aString fontName: aName size: aSize
+
+ ^ self new
+ string: aString fontName: aName size: aSize;
+ yourself!