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
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
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