Re: Inset dispatch --- help!

2004-03-30 Thread Andre Poenitz
On Mon, Mar 29, 2004 at 06:48:06PM +, Angus Leeming wrote: > I'm totally befuddled! How do I tell the outside world that the inset > has handled a given LFUN? As soon as it has a corresponding 'case:' branch in the dispatch and does _not_ explicitly call 'undispatched()', it count as 'dispatch

Re: Inset dispatch --- help!

2004-03-29 Thread Angus Leeming
Angus Leeming wrote: > I'm totally befuddled! How do I tell the outside world that the > inset has handled a given LFUN? Forget it. Fixed. -- Angus

Inset dispatch --- help!

2004-03-29 Thread Angus Leeming
I'm totally befuddled! How do I tell the outside world that the inset has handled a given LFUN? Attached is a little test case, trial.lyx. It consists of two collapsable insets, one nexted inside the other: [Note][ [ERT][foo]] I'm trying to move the inset toggling code into InsetCollabsable::pri