Le Monday 28 August 2006 22:34, Keith McKay a écrit :
> My solution is..
> 
> | aPluggableTextMorph |
> 
> aPluggableTextMorph allMorphsDo:[:each | (each isKindOf:
> TextMorphForEditView)
>                                                 ifTrue:[ each margins:
> [EMAIL PROTECTED]
> 
> This works well but is it the best way to access submorphs?
> 
hi Keith,
maybe with :
aPluggableTextMorph textMorph margins: [EMAIL PROTECTED]

alain
_______________________________________________
Beginners mailing list
[email protected]
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to