PRDocuments

Keith Hodges keith_hodges at yahoo.co.uk
Mon Apr 6 17:38:13 MEST 2009


Lukas Renggli wrote:
>> document
>>    ^ self documentOf: self context structure
>>
>> returns the structure of the PRDocument....
>>
>> surely it should be
>>
>>    ^ self documentOf: (PRCurrentContext value structure)
>>     
>
> That should be exactly the same.
>
> Lukas
>   
*not quite, it inherits

**PRWidget-#context
    ^ context ifNil: [ context := super context ]*


Keith



More information about the smallwiki mailing list