|
Re: PluggableTextMorph: msg#00257lang.smalltalk.squeak.beginners
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> |
|---|---|---|
| Previous by Date: | Re: Metaclass hierarchy - Explanation - Part 1, Michael Haupt |
|---|---|
| Next by Date: | Re: PluggableTextMorph, Alain Plantec |
| Previous by Thread: | RE: PluggableTextMorph, Keith McKay |
| Next by Thread: | Re: PluggableTextMorph, Alain Plantec |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |