The Trunk: ST80-dtl.104.mcz

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

The Trunk: ST80-dtl.104.mcz

commits-2
David T. Lewis uploaded a new version of ST80 to project The Trunk:
http://source.squeak.org/trunk/ST80-dtl.104.mcz

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

Name: ST80-dtl.104
Author: dtl
Time: 12 February 2010, 12:03:41.437 am
UUID: 8980208a-ea6c-41bf-9576-7751cde6b833
Ancestors: ST80-dtl.103

Move PopUpMenu>>computeLabelParagraph from package Tools to ST80.
Move StandardFileMenu>>computeLabelParagraph from package Tools to ST80.

=============== Diff against ST80-dtl.103 ===============

Item was added:
+ ----- Method: PopUpMenu>>computeLabelParagraph (in category '*ST80-Support') -----
+ computeLabelParagraph
+ "Answer a Paragraph containing this menu's labels, one per line and centered."
+
+ ^ Paragraph withText: labelString asText style: MenuStyle!

Item was added:
+ ----- Method: StandardFileMenu>>computeLabelParagraph (in category '*ST80-Support') -----
+ computeLabelParagraph
+ "Answer a Paragraph containing this menu's labels, one per line and centered."
+
+ ^ Paragraph withText: labelString asText style: (MenuStyle leftFlush)!