>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> JMarc, I have fixed things in my tree here so that this should Angus> be pretty easy. All insets with dialogs are now derived from Angus> withDialog, so: What about things like minipage? THey are both collabsable and have a dialog, so we have too think about a reasonable interface. Angus> That is, the all important SigC::Connection has been moved from Angus> the controllers to the inset, where it really belongs. Good. Angus> Remind me again about the LFUNs and how they are to be used. The LFUN is TOGGLE_INSET, and the relevant code is text2.C, LyXText::toggleInset. JMarc