[squeak-dev] The Trunk: 45Deprecated-fbs.21.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Dec 7 19:50:34 UTC 2013


Frank Shearar uploaded a new version of 45Deprecated to project The Trunk:
http://source.squeak.org/trunk/45Deprecated-fbs.21.mcz

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

Name: 45Deprecated-fbs.21
Author: fbs
Time: 7 December 2013, 7:49:28.068 pm
UUID: cef61221-6ede-1c40-af8d-e66377832eb2
Ancestors: 45Deprecated-fbs.20

Deprecate the old find-a-class-or-trait-from-a-pattern API.

=============== Diff against 45Deprecated-fbs.20 ===============

Item was added:
+ ----- Method: Utilities class>>classFromPattern:withCaption: (in category '*45Deprecated') -----
+ classFromPattern: pattern withCaption: aCaption
+ 	self deprecated: 'Use UIManager >> #classFromPattern:withCaption:'.
+ 	^ UIManager default classFromPattern: pattern withCaption: aCaption.!

Item was added:
+ ----- Method: Utilities class>>classOrTraitFrom:pattern:label: (in category '*45Deprecated') -----
+ classOrTraitFrom: environment pattern: pattern label: label
+ 	self deprecated: 'Use UIManager >> #classOrTraitFrom:pattern:label:'.
+ 	^ UIManager default classOrTraitFrom: environment pattern: pattern label: label.!



More information about the Squeak-dev mailing list