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