April 25, 2012
12:15 p.m.
Well, since a TabLabelMorph could have any morph within it all morphs would have to implement #font: otherwise. It is the price of having both convenience and flexibility. Regards, Gary ----- Original Message ----- From: "Stéphane Ducasse" <stephane.ducasse@inria.fr> To: <Pharo-project@lists.gforge.inria.fr> Sent: Wednesday, April 25, 2012 12:53 PM Subject: Re: [Pharo-project] Polymorph (and a few other) changes/fixes I see such idiom and I'm thinking that it would be good to fix such kind of respondsTo: self allMorphsDo: [:m | (m ~= self and: [m respondsTo: #font:]) ifTrue: [m font: aFont]] Stef