Comment #1 on issue 3584 by [email protected]: ToDo: remove DisplayText class
http://code.google.com/p/pharo/issues/detail?id=3584
I've based this changes on CUIS 3.1, the idea is to remove the primary user of DisplayText in like this:
String>>displayOn: aDisplayMedium at: aPoint textColor: aColoraDisplayMedium getCanvas drawString: self from: 1 to: self size at: aPoint font: nil color: aColor
and also removed UIManager>>composeForm:.
Attachments:
DisplayTextRemoval.1.cs 13.8 KB
