Re: [Newbies] Question on where the new method is define

2006-11-14 Thread stephane ducasse
On 15 nov. 06, at 01:37, Mitt Cooper wrote: I'm very new to smalltalk and squeak. I'm having trouble understanding where/how is the "new" method is defined. I was messing around with morphs; I tried CurveMorph new. CurveMorph new openInWorld Nothing happened so I started walking bac

[Newbies] Question on where the new method is define

2006-11-14 Thread Mitt Cooper
I'm very new to smalltalk and squeak. I'm having trouble understanding where/how is the "new" method is defined. I was messing around with morphs; I tried CurveMorph new. Nothing happened so I started walking back through the parents of CurveMorph looking for the method "new". I got all