On Mon, Nov 01, 2004 at 12:55:52PM +0100, Juergen Spitzmueller wrote: > Is it possible to check from within a text inset whether the cursor is > inside that given inset? I have tried cur.inset() and failed. > Basically, I want to draw a visual clue when the cursor is inside a > char style inset (just like mathed's inline insets do).
Use LCursor::isInside(InsetBase *). Andre'