On Mon, Oct 13, 2003 at 05:14:42PM +0200, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | How do I get the 'innermost' LyXText given a ParIterator? > > In the whole docuement? the deepest LyXText? > I do not think I understand the question properly...
I have a ParIterator pointing to some place of interest. [Say, a paragraph 'p' I want to store for undo]. Now I'd like to get hold of the LyXText whose ownerParagraphs() contains the paragraph 'p'. Andre'