logo       

Re: PluggableTextMorph: msg#00257

lang.smalltalk.squeak.beginners

Subject: Re: PluggableTextMorph

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@100]].
>
> This works well but is it the best way to access submorphs?
>
hi Keith,
maybe with :
aPluggableTextMorph textMorph margins: 100@100

alain


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise