[Newbies] PluggableTextMorph

Alain Plantec alain.plantec at univ-brest.fr
Thu Aug 31 07:58:37 UTC 2006


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

alain


More information about the Beginners mailing list