Re: read access to Painter::owner

2002-03-13 Thread Andre Poenitz
On Wed, Mar 13, 2002 at 11:52:55AM +0100, Juergen Vigna wrote: > > MathXArray::draw(). I just want to skip any work for cell outside the > > visible workarea. > > Have a look at InsetTabular::draw I'll do that there too. Ah... PainterBase::paperHeight() and ...Width() seem to do the trick. Andr

Re: read access to Painter::owner

2002-03-13 Thread Juergen Vigna
On 13-Mar-2002 Andre Poenitz wrote: > MathXArray::draw(). I just want to skip any work for cell outside the > visible workarea. Have a look at InsetTabular::draw I'll do that there too. Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen Vigna

Re: read access to Painter::owner

2002-03-13 Thread Andre Poenitz
On Wed, Mar 13, 2002 at 11:26:49AM +0100, Juergen Vigna wrote: > Well the painters owner should be the BufferView and you have access to > it. In which function do you need this? MathXArray::draw(). I just want to skip any work for cell outside the visible workarea. Andre' -- André Pönitz

RE: read access to Painter::owner

2002-03-13 Thread Juergen Vigna
On 13-Mar-2002 Andre Poenitz wrote: > > Can I have a read accessor to painter::owner (or something else that allows > me to retrieve the size of the 'interesting' area on screen)? Well the painters owner should be the BufferView and you have access to it. In which function do you need this?

read access to Painter::owner

2002-03-13 Thread Andre Poenitz
Can I have a read accessor to painter::owner (or something else that allows me to retrieve the size of the 'interesting' area on screen)? Andre' -- André Pönitz .. [EMAIL PROTECTED]